Sergey Rubanov

Results 240 comments of Sergey Rubanov

note to self: yeoman is actually an overhead, https://github.com/SBoudrias/Inquirer.js + any template engine should be enough for simple generator which can work via npx

Just finished first version of generator https://github.com/chicoxyzzy/epgen `npx epgen` scaffolds very simple proposal template. I plan to write documentation next week

Hi! I'm one of compat-table co-maintainers. I would love to discuss if and how could we join forces.

As for ECMAScript, it's possible to use test262 suit for automatic data generation. There is [discussion](https://github.com/kangax/compat-table/issues/830) in compat-table repo. Do you have JS engine version to web browser (or other...

Also I found some relevant previous discussion in babel-preset-env repo https://github.com/babel/babel-preset-env/issues/354

What's the use case for differentiation of trailing zeros in `Object.is`? It may be more useful to provide a function which returns the number of decimal places to compare for...

In my intuition `Object.is(0m, .0m)` should return `true` or we should have [`Math.signbit`](https://github.com/tc39/proposal-Math.signbit) to distinguish `0m` and `-0m` (but consider `0m` and `.0m` as equal) using `n1 === n2 &&...

On the other hand, if there will be no `-0m`, then it could be fine. Decimal.js and friends [do have `-0`](http://mikemcl.github.io/decimal.js/#isNeg). Should we create a separate issue about `-0` since...

We have a contributing guide here https://github.com/socketsupply/socket/blob/master/CONTRIBUTING.md

The path is always the last argument. We need a check that there's no arguments without `-` or `--` prefix in the middle of the command