Jan Brezina
Jan Brezina
Is support for unsigned types planned? At the moment doing ```Kotlin @Location("/test/{ulong}") protected data class TestRoute(val ulong: ULong) ``` gives me ``` Inconsistent number of parameters in the descriptor and...
**Describe the bug** When trying to define my own refined types I'm getting an `Exception java.lang.IllegalArgumentException: object is not an instance of declaring class : PositiveInt2.Companion.invoke ` using `1.5.0-SNAPSHOT` **To...
Gradle fails to locate firebase-messaging artefact. `dev.gitlive:firebase-firestore:1.3.1` works fine. ``` Could not find dev.gitlive:firebase-messaging:1.3.1. Required by: project :app ```
Project fails to build with the optics plugin enabled. Minimal repro project here: https://github.com/brezinajn/repro What version are you currently using? 1.1.2 What would you like to see? Project building correctly.
Thanks for stopping by to let us know something could be better! --- **PLEASE READ** If you have a support contract with Google, please create an issue in the [support...
## Summary It would be nice to be able to specify onDownloadFinished action. Ideally for tags. ## Expected Behavior When creating tag, user specifies action to be performed on torrent...
Kotlin Maps using keys other than number and string should map to Map instead of object. ```Kotlin data class Foo(val map: Map) ``` maps to ```Typescript interface Foo{ map: {...
### Feature Description I'd like to have a central secret management place embedded in cosmos, so I can reference them in my configurations.
LIghtOccluder2d seems to not respect rotation. Having this in the occlusions example ``` Rust const PLAYER_SIZE: f32 = 50.; fn spawn_player( commands: &mut Commands, mut materials: ResMut, mut meshes: ResMut,...