Winson Chiu
Winson Chiu
Fixes: - Windows build instruction to include missing dependencies - Enforced minimum Python 3.9 by removing old workflows - Updates JSON parsing to account for new windows-installer config Test: manual,...
I came here after trying to parse the VGMDB.info API schema [here](https://github.com/hufman/vgmdb/blob/86eada8bd6c61bb7e6c98fdebb707a6bbb681f07/raml/api.raml#L7-L21), using [pwall567/json-kotlin-gradle](https://github.com/pwall567/json-kotlin-gradle), but it fails because some of the definitions have spaces in their keys. Specifically if you...
### Consent - [X] I verified that there is no open/closed issue for the same subject. - [X] I understand that **YTMDesktop have NO affiliation with Google or YouTube** ###...
### Use case I'm trying to use Apollo Kotlin models directly in my Android Compose structure, but that means it's overly cumbersome to generate `@Preview` methods for each Composable because...
I'm trying to migrate ``` val data = snapshotFlow { buildFromState() }.debounce(1.seconds) ... data.collectAsState(null) ``` to remove the view side default `null` value. But there's no easy way to debounce...
We were previously on 1.0.13 and upgraded to 3.0.3 along side an AGP 3.0 upgrade. Not sure what's causing this though. ``` FAILURE: Build failed with an exception. * What...
I deleted the template, filing this bug here in instead of https://github.com/airbnb/lottie because issues aren't enabled there. It looks like in [this change](https://github.com/airbnb/lottie/commit/a22955fa6084f4bfcf179ffe76556d8002ed4c56#diff-6fe7e25aab7efeeb5df92b3eb5025c0d8016071dc491e0368ca3bcc1c075c043L136-L146) the scaling API section was removed since...
There's a `Res.class` in the root level of the jar that means the IDE prefers importing it over the module's own generated `Res` for Compose multiplatform resources. I'm not sure...
Tried to update from 0.7.0 to 1.0.0 in a wasmJs target and it fails to resolve the platform specific dependency: ``` > Could not resolve io.github.petertrr.kotlin-multiplatform-diff:kotlin-multiplatform-diff-js:1.0.0. Required by: project :modules:entry...
Consider an Okio `FakeFileSystem` where I'm asserting the presence of a file. In the failing case, I want it to print what files were actually on the filesystem. I'm achieving...