Willow

Results 264 comments of Willow

Isn't it returned with the instance metadata? It's not great to just pattern match server software name tbh

Well maybe they should finish it then rather than us building hacks.

@MarcoZehe hey, Marco! I have a question if you don't mind. I half-implemented it but I have a question about links/mentions. Normally you can click on them but if we...

hi, does it still happen? Are you sure it never shows up with quality, even after it loads?

Thanks, will need to debug that

:thinking: I did not consider that. As far as I understand, there are two variants: 1. Untyped one via `Preferences` a-la `SharedPreferences`. Has nice observation mechanism if we wan to...

Update: I've found out proto 3 doesn't have default values :roll_eyes:

I could probably specify it in default value but I'm thinking whether it is overkill to specify it as a protobuf. There are certain advantages: 1. Enums 2. Nested types...

I tried out protobuf a bit more and here are my thoughts: 1. It needs a gradle plugin and runtime dependency which I don't like that much. Gradle plugin assumes...

Preferences is a singleton and it caches stuff in memory. If we use that then we would "really" block only at app start (because emoji/themes etc) and later calls will...