Steven Jeuris
Steven Jeuris
_Schema resources_ are [schema documents included in compound schema documents](https://json-schema.org/understanding-json-schema/structuring.html#bundling). > Each schema with an $id in a Compound Schema Document is called a Schema Resource. Several tests for v2019-09...
**Describe the bug** I'm trying to upgrade a project from Kotlin 1.6.10 and serialization 1.3.2 to Kotlin 1.6.21 and serialization 1.3.3. [Compilation fails when trying to upgrade](https://github.com/imotions/carp.core-kotlin/pull/387). **To Reproduce** You...
**What is your use-case and why do you need this feature?** When running a build with ProGuard 7.2.1, I get a lot of [notes in the output](https://www.guardsquare.com/manual/troubleshooting/troubleshooting#unresolvedprogramclassmember) similar to: >...
**Is your feature request related to a problem? Please describe.** I recently upgraded to a new version of Koin. One of the [introduced API changes after 3.1.0 is the removal...
I'm trying to switch from the integrated ProGuard plugin with AGP to [the separate Proguard plugin](https://github.com/Guardsquare/proguard#proguard-gradle-plugin). But, when doing so I get an obscure error I can't find much information...
I just changed my project from a single module to a multiple module project. It is a requirement that the Gradle Plugin is applied on the root project. But, seemingly...
### Describe the problem `JWT(accessToken)` fails with `DecodeException`, "The token's payload had an invalid JSON format." when the **token header** contains anything other than `String` key/value pairs. Arrays and JSON...
**What is your use-case and why do you need this feature?** I have a base, non-sealed, interface, from which sealed classes extend. At runtime (this is a generic framework), I...
Event sources can be named more liberally than the resulting generated `TraceEventParser` class. E.g., an event source name can start with a number but the generated parser class can't. Sidenote:...
Change since v1: I removed "from" from the list of keywords to skip. First, I considered adding "await", but I discovered both "await" and "from" are "contextual keywords", which unlike...