Jacob Ras
Jacob Ras
> If anyone else sees this, please add a comment or a thumbs up reaction to the top comment. I'm also experiencing this. I'm running Windows 11 so I thought...
Thanks @DreierF. I'm using that as well and it works great.
New user of this library here, getting the same error. (Also on a self-hosted runner). Logs for v2: ``` Creating AVD. /bin/sh -c \echo no | avdmanager create avd --force...
Looking for opinions here on the 3 possible solutions I see :) One issue is that now `NotDetermined` is never used on Android, making it iOS-only. So the whole thing...
See https://github.com/Skeptick/libres/blob/master/docs/LOCALIZATION.md#changing-localization
I try to not introduce breaking changes :) Adding more precise output would be interesting, as long as it's fully localized. Thanks for the suggestions! I'll take a look at...
One issue is that the localisaton library used, Libres, doesn't support WatchOS. It does support tvOS: https://github.com/Skeptick/libres/blob/master/libres-core/build.gradle.kts#L11 And the library doesn't seem to be maintained anymore, not getting any updates...
> I'm considering looking into using the Compose Compiler, as it has resources support.. but I'd first have to measure the binary impact as Libres is very small. Compose Resources...
Hi @TheKeeperOfPie , how exactly do you run into issues with this? Usually in IntelliJ, when selecting a lower suggested option, it remembers it for the next time. A screenshot...
@bpappin correct, the project doesn't use Compose Resources yet. I'll create a separate issue to link the reasons for that (i.e. what it's missing before the switch can be made)....