Move some type changes from parent diff to this diff
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Mar 8 2023
Lol, I've added dump.rdb to .git/info/exclude to workaround this. Glad that you fixed this
Hmm are we using usernames as an identifier? Ideally we use user IDs for that
reposition comment in mariadb-up-mac for symmetry
address feedback
Thanks for the explanation, make sense. I'll add a comment (and restart macOS build).
and we're doing some custom stuff instead of launchd
Fix compile errors
Can RobotextChatMessageInfoItem be edited?
In D6966#207758, @ashoat wrote:Can we avoid putting this in TextMessageInfo? I don't think it belongs there... and you're doing something pretty inconsistent with how we approached reactions.
Why didn't you put this in ChatMessageInfoItem? (In the future, when you are doing something different like this, please expect that your reviewers will call you out on it, and explain it ahead of time.)
Moved 'hasBeenEdited' property to 'ChatMessageInfoItem' type
This honestly feels like bike-shedding… I’d love if we could start out the work on this project with a focus on derisking the big risks, rather than renaming things
identity.proto should probably be renamed as identity_keyserver.proto. As I would like to add the client <-> identity protobuf file as identity_client.proto, which is confusing as we refer to the keyserver protos as "identity_client" in some parts of the code base. In other words, align the naming with the "comm" defintion of terms and move away with the more general gRPC definition of terms.
Can we avoid putting this in TextMessageInfo? I don't think it belongs there... and you're doing something pretty inconsistent with how we approached reactions.
Change overflow: scroll to hidden. It has been decided that we want to "bias" towards the last item, hence the "flex-shrink: 0.5" for the last item
Responded to comments, made hasBeenEdited property read-only
Responded to comments, made read-only 'text' property
Rebase before landing
Rebase before landing
The semaphore dispatch trick looks good.
The title is somewhat misleading, but mostly the fault of Webpack docs. Before this diff, the polyfills were not included. After this diff, each of these is set to the empty object (I think)
Mar 7 2023
oh nvm, i’ll delete my comment