Uli Heller

Results 41 comments of Uli Heller

These are the compilation errors: ``` $ sbt executable ... [info] Resolved dependencies [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings. [info]...

Thanks for your reply and sorry for the delay, I've been offline for the last two weeks. I'd like to view the DIFF within gitbucket, since I'd like to share...

Hey @mathias-nyman, your proposal seems to work for me, thx a lot. I'm wondering about `$s+(uint64)$i`. Is this "safe"? I don't know much about "bpf". Comparing this to my "C...

@mathias-nyman : Thx a lot. I followed a different approach using two nested loops - one to simulate something like "strlen()". Your approach is much easier. I modified it a...

Sorry, my fault. Should work now...

Great! The workaround looks good to me. Thanks a lot for your help!

Quick test: For version 1.2.0, the issue still exists.

Hi, unfortunately, 1.2.3 has a very strange behavior for me. I'm trying to access org.apache.log4j.LogManager.getCurrentLoggers() and somehow I'm getting strange results when trying to iterate over the outcome: ``` java.lang.ClassCastException:...

I'm done now. - I've created a small demo project illustrating the issue - https://github.com/uli-heller/uli-gradle/tree/master/e02-gretty - Unfortunately, for gretty-1.2.3 the issue still exists - There might be a new issue...

Sorry, the issue still exists for me using gretty 1.2.4