Nik Clayton
Nik Clayton
> Retrofit's problem is being tracked alread on their https://github.com/square/retrofit/pull/4018#issuecomment-1973285883 that adds an adapter for the kotlin.Result type Some history might be helpful. This was already tried with https://github.com/connyduck/calladapter, which...
Until this is fixed put this in `.editorconfig`: ```ini # Disable ktlint on generated source code, see # https://github.com/JLLeitschuh/ktlint-gradle/issues/746 [**/build/generated/source/**] ktlint = disabled ```
> > Until this is fixed put this in `.editorconfig`: > > > > ```ini > > # Disable ktlint on generated source code, see > > # https://github.com/JLLeitschuh/ktlint-gradle/issues/746 >...
Re > 2. That sounds like you want to control who can contribute No, it's not that. I want to be able to remove a UI element from Weblate that...
Yes. I've checked: - Attributes with custom namespaces are ignored (but preserved) by the Translation Editor in Android Studio - Android lint doesn't report any issues with additional attributes -...
+1 to the general idea that BCP47 language tags are the way to go. -1 to this specific change, as I think it's a backwards incompatible change (Mastodon servers could...
> i don't think this is necessary to clarify? I think it is. I wasted a bunch of time yesterday investigating why a null check in some code wasn't working,...
> it's already non-nullable in the docs though. idk why you would expect it to be null. if something can be null, it will explicitly be marked "nullable". 1. It...
> it's not a "magic string", it's an actual image that can be resolved and used as a placeholder. yes, the server may return any path it wants; the current...
Note re `poll` -- it doesn't contain the full poll metadata, only the titles and the poll ID. This is a translated poll where the original post had no content...