Mervyn McCreight
Mervyn McCreight
Is this really still open? Looking at `ktor-client/ktor-client-plugins/ktor-client-logging/common/src/io/ktor/client/plugins/logging/Logging.kt` it looks like this is there already: ```kotlin /** * [Logging] plugin configuration */ @KtorDsl public class Config { /** * filters...
Hello, we (@andreas-mausch and me) would like to work on it. We already have a prototype version of this running (included in the DSL, not a separate library), but we...
Cool, I think I'll give it a try 😃
I'd love to volunteer for this - is there any "official" communication channel for this project where I'd have to join?
What do you think about adding Kotlin to the list as well? https://github.com/fwcd/tree-sitter-kotlin
The contract is already kind of broken with allowing to replace the tag, because nothing can guarantee that everything is working with a new version, especially if the readiness check...
As far as I know it should be possible yes. At least using mongosh you can do it.
Sure. You can see it in the published maven artifact (e.g. at mvnrepository.com). See here: https://github.com/JavaMoney/jsr354-api/blob/master/pom.xml#L202
I'd say we should let the users decide whether they want to handle errors or not. Meaning that the fallible API could be the only existing API IMO and if...
> However I'm not totally sure if we really need to be crazy about compatibility, because it's anyway breaking change at the end. Probably, good migration guide is enough. That...