Tomasz Kowalczewski
Tomasz Kowalczewski
After implementing current approach to doing metrics I have identified some drawbacks to how these are exposed. To access the metrics user has to get hold of the appender object...
Vectorised version using `jdk.incubator.vector`. I started working on it at the beginning of the challenge and only now noticed all the changes including up to 100 character city names. I'll...
I am using license plugin version `2.0.0` and maven version `3.8.6`. I have a dual licensed dependency (e.g. `JNA` which is `LGPL` and `Apache 2.0`). I would like to create...
If Loki does not get the data from Tjahzi due to connection problems or misconfiguration it's hard to find out what is wrong without using debugger. Case in point: #101.
Roadmap
Hi, what are the plans for parallel version of RxJava? As I understand it is intended to lift the restriction on one thread being able to call onNext and thus...
If the JVM of the monitored forked test hangs then `Process:destroy` might not be effective. On unix systems it will send `SIGINT`. An alternative is to use `Process: destroyForcibly` method...