Martin Häusler

Results 70 comments of Martin Häusler

Any news on this topic? Inline classes are a very appealing feature to me, but not being able to use them in Jackson is a big deal...

I'd like to add my voice to the "let's use inline functions" faction as well. I think this is **the** perfect use case for inline functions. I'm not sure what...

> > As far as I know, this already works out-of-the-box with Kotlin 1.3 or above, inline or no > > Can you please clarify this? I use Kotlin extensively...

I think what you're aiming for is: - if the logger is disabled, `.info` returns NULL - otherwise the logger is returned - use ?. as a shorthand for `if(logger.isEnabled)`...

I bumped into this problem too. Is there any particular reason why the pull request was never merged?

I bumped into this problem too. Is there any particular reason why the pull request was never merged?

@kkofler The timeout handling makes SQLite-JDBC compatible with Hibernate (i.e. it basically works). However, it's easy to produce the dreaded `SQLITE_BUSY` errors, especially in high load scenarios. This exception is...

@gotson we have no more PRs on our branch and also no other open changes; it's all in our branch of the repo. I could write an entire book about...

I just bumped into this warning as well. I've tried a myriad of different combinations now (gradle "configurations" are mysterious beings, really...) but all of them either fail or give...

Please also consider assigning the default hotkey CTRL+SHIFT+C to the "toggle comment" command in the LaTeX editor (the JDT uses the same default hotkey).