Hoàng Đức Trí

Results 10 issues of Hoàng Đức Trí

**Describe the bug** EventEmitter memory leak detected. **To Reproduce** Steps to reproduce the behavior: click on Connect Wallet button and call this code: const keyStore = new keyStores.BrowserLocalStorageKeyStore(); window.near =...

bug

I just want to ask how can I clear or undo strokes ?

It's possible for me to sign the transaction here?

I just make a simple code to test: ``` const wallet = Wallet.generate(); console.log(wallet) const result = await wallet.toV3('21042003') console.log(result) ``` but can not see log from wallet.toV3() I'm running...

I'm using electron-builder to build and sign my application. But if I enable sandbox in entitlements for Mac App Store publish then my app won't work. I have tried to...

I'm developing a specific Electron app but do not want to block ads, just replace ads with my own images, I think this can only be done with Javascript or...

At some time of the day, sometimes lavalink node will be disconnected for some reason and this affects users, I have added a few lines of code to make it...

Hi, I found out that you can get the current time playing, but I can't get this as current from ref is always `null`, can you pls share more about...

**X-Twitter is said that the browser is not support, so is there any ways we can handle this?** **Describe the solutions you came up with** I want to open a...

Type: feature request

According to [Electron lastest documentation](https://www.electronjs.org/docs/latest/api/browser-view#:~:text=BrowserView-,Note%20The%20BrowserView%20class%20is%20deprecated%2C%20and%20replaced%20by%20the%20new%20WebContentsView%20class.,-A%20BrowserView%20can) the `BrowserView` class is deprecated and replaced by `WebContentsView`. Then we need `WebContentsView` in `@electron/remote` too.

enhancement