Andrea Peruffo
Andrea Peruffo
Moving back to draft as I need a little guidance on the failing tests, I think that I'm missing an invariant, but struggling to get it right for all the...
if anyone of the maintainers is available to point me in the right direction or helping out it would be much appreciated 🙏
Apologize I forgot to follow up, @baywet I think that I do not fully understand all the use cases, it will be great if you can look into this 🙏
> Do you have any specific question regarding the guidance you're looking for here? Through reviewing the issue and the PR I couldn't see any outstanding questions? @baywet thanks for...
@baywet thanks a lot for checking this one! Have you tested with the newly introduced Python it test? I bet you get a failure there and we can go on...
For the records, this is still an issue as far as I can tell, but it dropped on my priority list and it would be great if someone would take...
> You can use a bundler like esbuild or vite to bundle your code and dependencies into a single JavaScript file which Javy can then process. Just gone through the...
I'm experimenting with a variation of this in QuickJs4J (which is based on Javy): https://github.com/roastedroot/quickjs4j/pull/33 Prerequisites: - we are generating dynamic bindings host/guest so that the guest(JS) can easily invoke...
Hi @sebastienlevert , sorry for the delay I was on PTO 🙂 I started looking at this issue; unfortunately, it seems more profound than I initially thought. In the `./src/Kiota.Builder/Writers/Python`...
IIRC we ended up disabling the test specifically for Java 21. So with Java 21 the full build will work, but it's a tradeoff...