zaynv

Results 6 issues of zaynv

You tweeted [here](https://twitter.com/sindresorhus/status/861987349529452545) that you are opposed to the new `.mjs` extension that is going to be introduced. Do you still have the same thoughts? If so, are you just...

I am pretty confused about this. Issues like #16 and #1494 seem to suggest that this isn't currently doable, but definitions like `react-redux` seem to be doing it. Is `redux`...

question
release
cli

hi there, I saw the great talk by feross on using `standard-engine` to wrap our eslint configs. i see that `snazzy` is a separate tool used to make the output...

enhancement

For the same code, I keep getting different stuff in my tooltip hints: `1.` `2.` `3.` I would prefer for it to always be 3, but most of the time...

Thanks for your amazing work in putting all this together, it looks great. I've been trying to get it to work personally for me, but I'm having a bit of...

If I do: ``` javascript scramblers["333"].getRandomScramble().scramble_string ``` Will the `scramble_string` be a "random-state scramble" like they use at WCA? Thanks!