Ondra Karmazín

Results 9 comments of Ondra Karmazín

@smyrick Hello, `spring-graphql` reached GA in May, maybe this issue is ready to be revisited?

Since that YouTrack issue is private, I'd like to ask here. Is this in fact a SQLDelight error? Or has it been established to be an IntelliJ bug?

I think the argument for redundancy also has merit. Sometimes, verbatim exception messages can even leak to untrusted clients due to some misconfiguration. If we could configure the exceptions to...

Whenever something like this happens, I use a dummy `// force br` line comment to prevent this behavior. ``` fun main() { return StringBuilder() // force br .append("Stop ") .append("making...

Let's forget about the actual default value. I only included that in the original post in hopes that there would be a reasonable heuristic to extract the value when it's...

> Are you aware of any other projects that do this? I'm not sure what you're referring to. Every library lists its modules as the first thing in their README...

https://www.http4k.org/guide/reference/ - open any of the module pages, installation information is front and center.

> Hello @okarmazin, I presume the same issue is present also in other kotlin generators? I don't know, but the only usages of `enumDefaultValue`, which is what this PR fixes,...