Olaf Gottschalk
Olaf Gottschalk
I simply clone this repo, compile & run it locally on localhost:8080. When sending the same request as on your documentation page: ``` curl -X POST \ http://localhost:8080/api/compiler/run \ -H...
I struggle with getting the OnClick event of my header view. Tried to set the image that I got in my header layout as clickable and assigned a listener -...
I tried to follow one closed issue's hint, to use an options property in the get call - but without success. But even more: I do not want to write...
Please make your plugin more Kotlin DSL friendly. Using Groovy Closures is *not* the preferred way to make anything happen in Gradle - use Action instead of closures to allow...
I got a fairly simple setup: in a sliding layer, I show a ListView to choose an item. Once an item is clicked, I retract the sliding layer, revealing the...
It looks strange: when my Activity is shown for the first time, the top slider I have on the layout reveals a few pixels too much on top for a...
It's a very well known fact, that one should not use StringBuffers. StringBuffers have a huge overhead for synchronization purposes that are not needed here. You should replace those with...
When using a simple khttp.get("...") access, on Ubuntu with OpenJDK 11, you immediately get a massive warning, telling you that: ``` WARNING: An illegal reflective access operation has occurred WARNING:...
I ended up here using feign because of a seemingly simple task: encode a String using RFC 3986. Against the odds, this turns out to be quite complicated. Java fails...
I just evaluated this library for use in our product. But sadly, the missing termination feature from within the poll lambda is a show stopper. How come such a trivial...