Alex Vandiver

Results 81 comments of Alex Vandiver

Gentle nudge on this -- anything I can do to help move this forward?

https://github.com/facebookincubator/xar was archived in March 2024, presumably signaling lack of support.

This bug doesn't currently replicate, and I don't see a ready way for it to happen. The current codepath goes through `absolute_time` which is indeed only used in this one...

[`InputEvent.data` looks to provide that](https://developer.mozilla.org/en-US/docs/Web/API/InputEvent/data).

From a glance at how we're using it, we probably do need `key`, so we can handle backspaces. That just means that we should split this into `keydown` events for...

The 413 will come from nginx if the upload is larger than 80MB, or some other intermediate proxy if it has a lower limit.

For my use case, in particular, the _name_ of the bot owner is not as interesting as their _email_. Maybe include both, a la `name ` ?

https://sentry.io/share/issue/775a4e4173314d34a2e75751e02ed932/ is a race of `embed_links` with message deletion, which I don't think this covered by this yet.

I'm going to close, as it seem likely that nginx configuration is the issue -- please re-open if there is an underlying Zulip issue here.

Updated to leave `en_GB` in there. The reason to (for now) strip out all no-op translations is that it appears like that's what Transifex does by default, which leaves Weblate...