Muhammad Altabba
Muhammad Altabba
Hi @luu-alex , I think it will be helpful to check https://stackoverflow.com/questions/36774540/eventemitter-and-subscriber-es6-syntax-with-react-native as react native starting from version 0.60.0+, to has its EventEmitter available.
Hello @rickiey , We will look more into this. However, in the mean time as a fast fix you can try: `(contract.methods.transfer as any)('0xe4beef667408b99053dc147ed19592ada0d77f59', 12);` it is ugly we know....
So I suggest just to give the user a clear error message indicating that `encrypt` does not work inside unsecured environment. That is when he browse a remote `http` website.
Hi @avkos , I think I fixed the source of issue at https://github.com/web3/web3.js/pull/6922/ and now the developer can call using the following when there is ambiguity with the method overlading:...
> Hi thanks for the effort, we won't be adding another package but rather simplify support into a single one for ethers and web3js Thanks @glitch-txs, We hope this PR...
Hello guys, It is really a long time passed :smile: . I had the library published on https://www.npmjs.com/package/ngx-image-video-gallery long time ago and there are about 19 weekly downloads :smile: .
Thanks @yao8384 for opening an issue for this. We will look into it.
Thanks @ofumbi for you suggestion. We will look into it. And it would be great if you provide a full example of your usage. Thanks,
Hello @M0cK1nG-b1Rd, Could you please provide more info about your environment? Are you using nodejs? What is your exact project setup? Could you please refer to a repo or better...
Thanks @M0cK1nG-b1Rd, We will try to reproduce. However, I also need a confirmation from you whether you are using the `EventEmitter` class anywhere in you code? I mean beside using...