Gleb Skibitsky

Results 46 comments of Gleb Skibitsky

Hello, I have the same issue with Travis builds using Node.js v10.16.3. I have same version of node installed locally on macOS and it works fine. Failing build Node.js v10.16.3...

If you are facing issues compiling UniRx into .dll, you may find [this](https://github.com/skibitsky/UniRxLib) useful 😺

Bump. Cannot use Bun because of this issue. My app uses `node-redis` which relies on Node's `tls` module.

Hey @HeyZoos, Unfortunately, setting up Windows dev environment isn't an option for me right now. PR is very welcomed 👍

Hey @NotNasty, Thanks! This is a known issue. Coinbase Wallet doesn't support the WalletConnect protocol and will be removed from that list in the future.

As a temporary workaround, you can exclude the Coinbase wallet from your app: ```csharp var options = new WalletConnectModalOptions { ConnectOptions = BuildConnectOptions(), ExcludedWalletIds = new[] { // Coinbase wallet...

Hey @defchen, Thanks for opening the issue! Does the error persist after changing relay url to `relay.walletconnect.org`?

> I think it's a common problem in v3/v4. Are you referencing to the version of Web3Modal?

@defchen, could you check if any of these fields in the `WalletConnectProjectConfig` scriptable asset are empty? * `Id` * `Name` * `Description` * `Url` * `Icon` (at least one item...