Paulo Lopes
Paulo Lopes
I'm not sure the underlying driver support batch, at least at the API level. An alternative is to implement batching manually by concatenating all queries in a single string.
@jurajw I think it would be interesting to have such encoder not just for mail but for json in Vertx too. Since we support a few extra RFC for the...
Hi @sherrif10 you can work on this if you wish. Technically I can't assign it to you because GitHub requires you to be a member of the vertx committeers group...
I know this looks messy, but the codegen for sockjs proxies lives now on https://github.com/vert-x3/vertx-sockjs-service-proxy that is why there's so many links!
The idea is that by using a definition file only one implementation is present (the js one) because it's a definition file the typescript compiler knows where to locate the...
Yes, that is why the PR: https://github.com/vert-x3/vertx-sockjs-service-proxy/pull/2/commits/bcbd3f9f6654571b5a5653bbb6487a74e83bffc7 also adds some documentation about this case. Can you share the branch (build instructions) at https://github.com/vorburger/minecraft-storeys-maker that shows the problem so I can...
GMail will require you to use XOAUTH to authenticate. Please look at this PR: https://github.com/vert-x3/vertx-mail-client/pull/94 You need to create a google app for it and get a token, either from...
Ok, so you can try a different thing. If the application password works, perhaps you should block `XOAUTH` from the SASL list. In that case `XOAUTH` won't be used and...
@Ako-Njang thank you, this is a great start. I think you can keep improving this even further: For example, all functions that have a final argument: `callback`, could be transformed...
Yes, promises can be used with any browser (except really old ones or IE10) but those don't support webrtc either. Old browsers may not support the `async / await` style...