Paulo Lopes

Results 348 comments of Paulo Lopes

I'd like to bump this issue. Currently, maven generated projects use the maven shade plugin. This works to some extent. For example, if I create a project and add webauthn...

Hi @gracebish welcome! There are a couple of tasks you can already start to get acquainted with the project. As you can see from this github repository you will need...

@gracebish, @nbrendah Here's a full (I think I've covered all the calls) translation of the messages. A non-goal is to externalize this protocol into a package of java classes, so...

It is important to notice that there is no need to use a jsonrpc library, in the branch mentioned above, there is already a parser and encoder capable to handle...

Hi @nbrendah and @gracebish , maybe it wasn't clear for all of us (it's my 1st outreachy too). In this period what I'd like you to do is to get...

The question about headers is how to handle security. For example a common pattern is to use headers like in http: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization If we make them optional we need to...

@gracebish @nbrendah The core work for the project can be defined as: * Fork the repository and switch to the branch "experimental/jsonrpc" * Create a new Integration test (or tests)...

@willisjtc indeed we need to work on the documentation. We have some non JVM implementations in the following repository: https://github.com/vert-x3/vertx-eventbus-bridge-clients The Python implementation is here: https://github.com/vert-x3/vertx-eventbus-bridge-clients/tree/master/python And probably needs some...

@willisjtc vertx is a JVM based project, so non JVM runtimes can only interact if they bridge to a JVM vertx node. We don’t provide generic event bus implementations if...

Currently, we don't have the bandwidth for this but you're welcome to discuss concrete solutions.