Ryan Nett
Ryan Nett
**Is your feature request related to a problem? Please describe.** It's not possible to get the callables registered with a service descriptor. This limits what services can be integrated with...
**Is your feature request related to a problem? Please describe.** If you don't need a client (i.e. because you're using an integration that only consumes the server implementation, or because...
**Is your feature request related to a problem? Please describe.** Using a context parameter currently causes a compiler exception. **Describe the solution you'd like** Context parameters are supported, just like...
When talking about provising an in-memory GPG key, the signing documentation states: > The result will be a long, multi-line string that looks like this > > -----BEGIN PGP PRIVATE...
**Describe the bug** Javadoc jars are either not present (e.g. `kotlinx-coroutines-core`) or empty (e.g. `kotlinx-coroutines-core.jvm`) for some published modules, on Maven Central. While they aren't hugely impactful, they are nice...
**What is your use-case and why do you need this feature?** Currently, kotlinx.serialization serializes all value classes as their property type. This works since only single-property value classes are supported....
**Describe the bug** I'm not sure if this is actually a bug or I'm misunderstanding the behavior somehow. The details are [here](https://kotlinlang.slack.com/archives/C7A1U5PTM/p1755979388508409). **To Reproduce** I have a class like this:...
**What is your use-case and why do you need this feature?** When generating a schema from descriptors, or working with the descriptor tree in other ways (like my particular use-case:...
`getOrPut` is a commonly used function on mutable maps. I would like to have a function to fill the same niche on `PersistentMap` - creating and adding the new value...
I've been gradually trying to switch from Java nio to Kotlinx.io in my projects, and there's one particular method I keep needing to integrate with various other producers or consumers...