Qwerty (Vítězslav Ackermann Ferko)

Results 56 issues of Qwerty (Vítězslav Ackermann Ferko)

Hi, what is the default rounding method used by bn.js library? Can it be configured? https://en.wikipedia.org/wiki/Rounding#Comparison_of_approaches_for_rounding_to_an_integer ![svg](https://upload.wikimedia.org/wikipedia/commons/8/8a/Comparison_rounding_graphs_SMIL.svg)

Would it be possible to run this tool on a project that already uses import statements from libraries that are not installed? Possibly analyse the project from its entry point,...

Hi, is there some documentation other than the live examples? For example, what is the purpose of scrollspy? It is sometimes imported but never used, otherwise it's just called once...

I used to use this normally and now, for some time already, I am getting this. Did I do something wrong?

Is it possible to configure your `connect-prefer-minimum-two-arguments` so that it only allows one argument that is `mapStateToProps`? If not, are you, by any chance, aware whether there are other eslint...

You say that > zwaldowski's fork is 85 commits behind Mozilla so there maybe minor differences between italics and regular/bold. Does that hold true for this fork as well? What...

**Is your feature request related to a problem or a nice-to-have?? Please describe.** In a TypeScript project that uses custom `paths` aliases in `tsconfig.json`, it is not possible to import...

feature

It is more often than not that I want to polish the code before sharing, which currently requires to change the code in the original place, paste it within the...

Extensions are still getting installed, even when they are ignored, which causes severe problems on a remote server, where standard and insider versions of an extension clash with each other....

This one has caused me major headaches. ``` await activate(connectors.metamask, e => console.error('Metamask activation error:', e)) ``` I added the `onError` handler in good faith to have the errors printed...