Lukáš Moravec

Results 25 comments of Lukáš Moravec

Is it possible to use existing WebJars integration instead of CDN? I work almost half the time offline, and these little dependencies on internet connection are greatly degrading UX. It...

@e5l thank you very much!

Maybe you can just write it in Kotlin as: ```kotlin @Suppress("UNCHECKED_CAST") fun ignoreNulls(f: Function1): Function1 = Function1 { t1: T1? -> f.apply(t1 as T1) } ``` Which is exactly what...

Yeah, that's fine, it would be awesome whatever the implementation will be. :)

I have the same problem with 2.0.0-alpha04, can't find how to solve it. Is it possible to use project SDK instead?

It would be very helpful if it can be optionally supported. It is very hard for me to read SQL that is all uppercase. Writing is OK because IntelliJ plugin...

Here is a twitter poll about SQL casing from Lukas Eder, the creator of jOOQ, just for context. https://twitter.com/lukaseder/status/1052809813447593986

Something like the code above built-in for 90% of use cases would be awesome :)

Just for reference, the same issue in different module: https://github.com/micronaut-projects/micronaut-openapi/issues/616

@graemerocher is this something that will be resolved by KSP?