Paulo Lopes

Results 348 comments of Paulo Lopes

Hi Ron, In seems that d3 is trying to pull node specific modules, perhaps we need to tweak it to "think" it's running on a browser and it should work?...

Can you show one url that returns 404?

@richard20200101 I'm looking at the screenshot, what's the `BOOT-INF` directory? A regular jar usually doesn't have it.

@Gondolav thanks! es4x, is just a special launcher for [Eclipse Vert.x](https://vertx.io/). Vert.x itself is a very mature project that is running in production in many world known companies and powers...

Yes, either gitter or the vert.x specific discord server

Hi @santo74, the answer to your question is not a yes or no. Let me start breaking down your questions: > What are the limitations of es4x, if any, in...

Sure, let me try to keep it simple, when embedding graaljs into a java project, you get only the ECMA runtime. This means that there is no `require` or modules....

I'm still using a 0.x version because I was hoping to get the "missing" graal features in. However, it has been a couple of years and not that much progress...

This is one of the limitations of vertx-codegen that needs manual patching. Thanks for reporting it! The overload is tricky in this case, because it overlaps with a parent API...

This is a tricky one to solve. The issue seems to arise when we try to mount an arbitrary object and reflection is used to identify the available methods to...