Julien Ponge
Julien Ponge
Perhaps the new router `respond` method could be used here?
Note that in the resource produced by _Dekorate_, the `spec.version` is that of the component. In the manually crafted one that data matches the runtime info.
The issue here is that the project version clashes with the runtime version. You could indeed scan the classpath for the presence of `io.vertx.core.Vertx`, but I suspect this could give...
Thanks, it's likely a parser recovery issue.
On the checks failing: 1. Travis and AppVeyor failing indicate that the tests suite doesn't pass. 2. IP Validation: see https://wiki.eclipse.org/ECA
@k33g old PR but still relevant, fancy a review?
For me the biggest issue of auto-currying is that it hides errors, since function calls either evaluate if the right number of parameters are present, or else it returns a...
Doing it as a macro has some advantages, since macros are here for that and it saves the compiler from dealing with another case. Somehow I still find it easier...
Not too hard either 😄
Inception 🤣