Alireza Ghasemi

Results 59 comments of Alireza Ghasemi

> Did you `import js` first? Yes :)))) (See the linked code)

> If you do `import js; print(js)` you see [`[object DedicatedWorkerGlobalScope]`](https://developer.mozilla.org/en-US/docs/Web/API/DedicatedWorkerGlobalScope) which means that Pyodide is running in a web worker. If you were in the main thread you would...

Can you maybe provide a minimal working example? I still cannot get it to work, even with version 0.14. Here is my console by the way: ![image](https://user-images.githubusercontent.com/7351535/196682563-b82065d3-a53f-4071-b430-dde0ba78510a.png)

> The source code and requirements data are encoded in the URL param. > > URL: > > share.stlite.net/?code=xxx: Sharable app > share.stlite.net/edit?code=xxx: Editor with iframe that embeds the sharable...

Thanks. Seems the issue is with the bean (LabelledBeanGeneric). Is there any criteria bean classes should meet? In my case, the class implements Serializable and fields are protected (instead of...

Two other suspicions: 1. Does it support multiple fields with the same type in a bean/case class? 2. Does it (or JavaTypeMapper) support nesting?

Further tracking down, it seems the problem is the Align class. Any criteria here?

> Does it require native code? I assume TeaVM can't work with dependencies that contain native code. Right?

Thanks. Makes total sense.