Ross Weir

Results 17 comments of Ross Weir

+1, same problem. Metamask popup is immediately closed with: `MetaMask - RPC Error: User rejected the request. Object code: 4001 message: "User rejected the request."`

@KN4CK3R Is this still something you'd be interested having added? If so I'd like to have a go at implementing this. Do you have any preferences/suggestions on how to go...

Vouch for getting this in a new release. 👍 This bug makes it really hard to work with enums, i.e: after creating one if you want to edit it you...

@puremourning Maybe/maybe not useful, full log attaching to a subprocess using the `body` object as the configuration from a `debugpyAttach` event. Connecting to the subprocess was successful and debuggable. ```...

+1 on this issue ``` $ deno --version deno 1.30.1 (release, x86_64-pc-windows-msvc) v8 10.9.194.5 typescript 4.9.4 ``` Extension version: `v3.17.0` Same setup and error, same observations where debugging works in...

Not sure why you would want to do something like this but its likely caused by the infinite blocking loop, you can achieve a similar effect with no memory leak...

Ohh I see > I will try to extract another minimal test case. Sounds good 👍

I had a bit of a mess around and couldn't get it working either. Seems the main bundler they're targeting at the moment is webpack, there's a number of others...

Would be a very good addition for sure. IMO would be worth considering websockets when selecting a solution so browser based dapps/wallet extensions/etc are supported (`ZeroMQ` seems to support WS...

@aslesarenko >However, it won't be possible to lookup the box by tokenId directly, additional search will be necessary on the dApp side (if any dApp is doing such lookups at...