Malachi de AElfweald
Malachi de AElfweald
**Describe the bug** When trying to integrate kotlinx.serialization, unable to compile. ``` e: java.lang.IllegalStateException: Backend Internal error: Exception during code generation File being compiled: /home/malachid/work/poc/src/main/kotlin/TestData.kt The root cause java.lang.RuntimeException was...
**Is your feature request related to a problem? Please describe.** As the current compose artifact is published as an AAR, it will not work with Jetpack Compose for Desktop. (see...
If we implement a ValidationListener, it would be nice to get the error message in the onValidationError. Otherwise, how do we know which rule failed? NOTE: This is due to...
Our current tests put the app into a starting state during the @Before phase. It would be nice if that could be saved in it's own tape. Currently, a no-op...
If you use the `.tapeRoot(file)` builder, it constructs a `DefaultTapeRoot`, which in turn causes `PermissionRule` to fail as it only allows `AndroidTapeRoot` parameters.
It would be nice to see an example dokka configuration that would display the auto-generated code; preferably with DSL examples.
If a native dep is not found, it should fail the build - or more preferable, have a flag to specify whether to fail on missing dependencies.
I attempted an export using: - Generic CSV - 2021-01-01,2021-12-31 - All epochs I noticed the final epoch in the csv was 309. It should have been 310. Maybe the...
Test class: ``` public class FlagTest { @FlagInfo(name="debug", altName="d", help="Enable debug logging") private static final Flag debug = Flagz.valueOf(false); public static void main(String ... args) { Arrays.stream(args).forEach(arg -> System.out.format("ARG FOUND:...
**What did you do?** Steps to reproduce the behavior: 1. Go to https://protobuf.dev/getting-started/kotlintutorial/#example-code 2. Note the file names `add_person_kotlin` and `list_people_kotlin` 3. Follow to the examples directory https://github.com/protocolbuffers/protobuf/tree/master/examples 4. Note...