Benjamin Fagin
Benjamin Fagin
One idea for this is to create an assertion helper which introspects classes inside of the compiled classloader (in-memory compilation), done through the compiled tests harness. The helper could even...
Document use of gradle 4+
Version 0.4 added support for generic types, but not wildcards. Adding the wildcard type '?' is likely straightforward, but supporting the full bounds of 'x super y' or 'x extends...
Related to the required changes in JCodeModel: https://github.com/UnquietCode/JCodeModel/issues/4
#214 will add support for wildcards, and this issue can remain open for a future enhancement to implement bounded generics, which is much more difficult.
This is almost certainly a problem with mux. Try to pass your handler directly to gateway and see if that works. Mux has issues with slashes that seem to conflict...
I've just sent a PR with an example of what I mean. :+1: #39
Greetings, and welcome! I am very far removed from the original codebase at this point, but my understanding is that in the latest versions of rails and everything else, this...
This seems like a valid consideration, but one which will take some effort to unwind. It should be possible as a user to interact with a synchronous, single-threaded state machine...
Hello. These errors are very low level, lower even than the code which this library provides. The error is in the C code for Java, so possibly there is some...