Renato Athaydes
Renato Athaydes
Http Headers should not be represented using `map[string]string` because they can appear multiple times in a request/response. For example, the only way you can set multiple cookies is by using...
I've got `clang` to compile this to WASM: ```c // Filename: add.c int add(int a, int b) { return a + b; } ``` When trying to compile to JVM...
Hi @cretz hope you don't mind I'm creating an issue just to let you know I've created a Gradle Plugin to compile WASM to JVM class files based on your...
Hi! I've used this little lib in one of my projects and it works great! Thanks for creating this :) But I would like to make a feature request: add...
Cannot move to correct location when running with more than one screen of different sizes in Linux
It appears to not be able to move to certain positions on the screen when the position would be outside of the current screen, but within the bounds of the...
The car file and the fatJar are not appropriate to run in OSGi. A new task is required to make that possible.
Add support according to the specification: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html Check out the JAX-RS way of doing it: https://docs.jboss.org/resteasy/docs/1.0.2.GA/userguide/html/JAX-RS_Content_Negotiation.html Guava has a MediaType class that helps a little bit with matching accept headers...
This PR implements brainfuck2 in Java that runs much faster than the current implementation. The code is still pretty clean and very readable, besides being [more testable](https://github.com/renatoathaydes/bf-jvm/blob/master/src/test/kotlin/BfTest.kt). On my system,...
Better code style (use Kotlin stdlib rather than Java's where possible). Avoid unnecessary allocations. Removed warming. On my machine, with Oracle's JDK 8, I observed an improvement when running the...
I would like to verify the signature of artifacts published on Maven Central. I cannot find the public key for the Maven artifacts. Could you please tell me where to...