Lucien Nocelli

Results 11 issues of Lucien Nocelli

I was wondering why web3modal would require an **INFURA_ID** while many wallets such as Metamask injects a provider _(i.e: window.ethereum)_ which is being used by many dapps. ```javascript await window.ethereum.request({method:...

It's a kinda strange limitation. Would you explain this in detail?

Added **Visual Studio Build Tools 2017** link as suggested for Windows. > Launch cmd, ```npm config set msvs_version 2017``` ##### Checklist - [x] `npm install && npm test` passes -...

```android:background="@color/colorPrimary"``` attribute is missing from the **shr_product_grid_fragment.xml** as a result the Toolbar Color appears to be Grayed out instead of showed in the Tutorial [MDC-102](https://codelabs.developers.google.com/codelabs/mdc-102-java/#2) ```xml ![image](https://user-images.githubusercontent.com/61408704/75141642-51ebd480-56e9-11ea-802b-c991d0eff2c1.png)

It's suggested to **import** _androidx.appcompat.widget.Toolbar_ and not _android.widget.Toolbar_ on [https://codelabs.developers.google.com/codelabs/mdc-102-java/#2](Codelabs) ```java import android.os.Bundle; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Toolbar; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import...

Pm2 doesn't work with bun Please add support for it

The Bitcoin site previously took down the whitepaper in fear of legal litigation by Craig Wright (self-proclaimed Satoshi Nakamoto) but since the UK judge ruled out his false claim and...

Have found that [MewConnect Documentation](https://myetherwallet.github.io/MEWconnect-Protocol-Documentation/mewconnect_using_web3React.html) for the [web3React/v6](https://github.com/NoahZinsmeister/web3-react/tree/v6) uses the the deprecated package [mewconnect-connector](https://www.npmjs.com/package/@myetherwallet/mewconnect-connector) ![image](https://user-images.githubusercontent.com/61408704/171834383-d7efa450-7cbf-4ff6-80f7-fed49600e16e.png) ![image](https://user-images.githubusercontent.com/61408704/171834651-face0fa3-da73-4526-b9af-f958b8cee461.png) **which should be upgraded to [mewconnect-webclient](https://www.npmjs.com/package/@myetherwallet/mewconnect-web-client)** ![image](https://user-images.githubusercontent.com/61408704/171834723-3426d4da-d6fe-4596-bc27-f3abcea18ad0.png)

I want to know the pm2 monit's alternative that shows an in-console-ui to print all stdout logs and current stats pmb log doesn't do that