Yornaath
Yornaath
I am having the same issue on a rather large codebase with a lot of dependencies. The build process uses up towards 30GB of ram 😲 This is a serious...
If its webworker you have to use the webworker internal API for importing scripts: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers#Importing_scripts_and_libraries If you are using it in nodejs you use the standard `require('foo/bar')`
Any news on this? The new sdk uses the rpc call to fetch prices more heavily and this would need to be fixed for that to work as expected.
You dont have to necessarily rewrite your source code to Typescript. Typescript hase something called [Ambient Declarations](https://basarat.gitbooks.io/typescript/docs/types/ambient/intro.html). They can live in a separate repo, and added to to @types registry....
I am wondering about the same,
👍 Yes benchmarks + weights is perhaps the biggest blocker for us at zeitgeist to be able to implement the rmrk pallets.
Im having this issue in version 4.9.0
Yes this is needed 👍
Would be cool to have the styx cross call _(the on chain call that burns the ztg)_ be free for certain addresses. But not sure how viable that is @sea212?...
It would be nice if "type": "module" could be added to the package json.