Mauro Pinto
Mauro Pinto
The above also works without local settings (`ignore-local-ssh-settings: true`, remove `host-key-algorithm`)
Hi. Let me know if this should go into a different issue, but we've also faced an added issue, I think specific to Redis and possibly other sources. Please take...
Nevermind. I need the chrome inspector dependency. Will look into that and come back, thanks.
OK. I got the debugger working, great! Thanks. However when an error is thrown from within the script do not add any hinting towards where in the typescript this relates...
Thanks for the hints, @pmlopes . Will look into it. Also noticed `VertxFileSystem` that seems to allow loading files from within the JAR, as claimed in https://github.com/reactiverse/es4x/blob/98bc57a0210940946652cf15129300a5f9f48322/docs/advanced/commonjs.md#specific-differences. Interesting, as we...
Can confirm
Just want to add an example to this. This flag makes it more natural to work with Java objects from the PoV of someone coming from the JS/TS world. Instead...
Actually found a better way, it seems. Create an `overrides.d.ts` file, add your own `interface List extends Array` (`sort` conflicts, I simply removed it, but ymmv), and add it last...
Hi @bsorrentino , if you mean the overrides logic, then it looks like this: ```typescript declare namespace java.util { /** * List overwrite that takes into account GraalJS' foreign-object-prototype where...
Something's weird. It's not correctly closing classes/interfaces/namespaces:  installed localy from 9d1bfba4c41a272e410a7db908721c47d1927709