Isak Wertwein
Isak Wertwein
When using what's suggested in the docs: `compile "me.sargunvohra.lib:CakeParse:1.1.1"` gradle gives me a `ModuleVersionNotFoundException`, but that's easily solved by using lowercase instead. I don't know if this is OS related,...
The problem lies in the following code: https://github.com/msgpack/msgpack-java/blob/87d38a08dcd23ca67aff61ab05f4a18888055b7e/msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackGenerator.java#L437-L477 I will provide an example. Take the following input: "9223372036854775808" (2^63) Since Javas `Long` type max value is 2^63-1, the first try...
Potential solutions: * Track last thread and don't update visit timestamp if current thread is the same as the last. Why good: _Easy to implement._ Why bad: _Would make it...
Default RES shortcuts are K (move up) and J (move down)