Greg Price

Results 186 issues of Greg Price

The Pigeon feature request to handle types like `List`, as opposed to only `List`, is complete: * https://github.com/flutter/flutter/issues/97848#event-14254355682 We have a couple of types in our `pigeon/notifications.dart` that could benefit...

a-notifications

With #669, we'll be tracking the server's list of Unicode emoji and names for them. Immediately after fetching server data with a registerQueue request, though, we won't yet have that...

a-model

This will be a followup to: * #772 After we have the Android build running in our own CI, we should register it in Flutter's "customer tests" (like we did...

a-Android
a-tools
a-tests

When emoji appear as emoji reactions on messages, there are a couple of nuances to how we decide exactly what to show: * For image emoji we pick a still...

a-content
a-a11y

The results of the survey #917 / #190 of unimplemented content features include several features that appear in the public chat.zulip.org message history for only a brief period. It's not...

a-content

Up until 2019 (Zulip 2.1, I think), the `div.message_inline_image` elements that the server produced could look different from how they look now. We don't yet support the older form. It...

a-content

Up until 2020 (Zulip 3.0), Zulip Markdown had a syntax `!gravatar(…)`, which produced elements like ``. We don't currently support this content feature. Server commit removing the feature: https://github.com/zulip/zulip/commit/912e372c4eb2346198245502ac92a71c45e05883 Server...

a-content

Some messages' content can have an HTML element like ``. This is a legacy Zulip feature; it's still live in current servers, but looks broken in current web clients. I...

a-content

The server recently added (and Zulip web started using) an API feature to support resumable file uploads using the "tus" protocol. Resumable uploads enable uploading larger files, and better handling...

a-compose
server-10

This is a followup to #232, which is now complete. In Flutter widget tests written with the venerable `expect` API, it's common to have expectations like ```dart expect(find.whatever(), findsOne); ```...

a-tests