Luka Samkharadze

Results 22 comments of Luka Samkharadze

Thanks it worked. But I think issue still should be opened as those dependencies should be installed automatically by asdf python plugin or at least let us now about them

Same issue ![image](https://user-images.githubusercontent.com/31849767/148212650-2d4fd7e4-a400-4517-bd44-b593cad730d6.png)

@mattmcguin Used this snippet to fix the problem, apperently on mobile accounts are in `result` array, but I think issue still should be opened ```JS account = await ethereum .send("eth_requestAccounts")...

This also can be configurable option

Like we have on material autocomplete, if there is no space down, It opens up

It seems `WalletConnectProvider.default` is the class itself. Why do I have to do this and why don't you update examples? ```JS // Create WalletConnect Provider const provider = new WalletConnectProvider.default({...

https://github.com/eslint/eslint/issues/10438 As I can see In the past issue was opened about same topic, but It was marked as a question, so I am opening this one as a feature...

Without affecting third-party config rules, ESLint itself would overwrite rules severity A better word would be `maxSeverity` ``` { // Default would be 'error' maxSeverity: 'warn' } ``` Or another...

Ah, We could have ``` rules: { no-empty: 'default', no-var: 4 } ``` ----- But the thing is, for example in [**Airbnb-config**](https://www.npmjs.com/package/eslint-config-airbnb) or any other config file you use, they...