Mohsen Azimi
Mohsen Azimi
This idea is mostly coming from [this thread in Twitter](https://twitter.com/jaffathecake/status/630752454024556545). Because Promises are not cancelable and there could be cases that user wants to cancel the parse or stringify method...
Mostly from https://github.com/nodejs/io.js/issues/2031#issuecomment-114347314 Consider following code: ``` js let obj = {foo: 1}; JSON.stringifyAsync(obj, result => console.log(result)); delete obj.foo ``` There could be a thread collision issue here. What can...
It would be nice to have the option for inlining scripts and stylesheets
/cc @ikatyang
This project is depending on many moving targets like TypeScript. Manually updating those dependencies is not fun. It would be nice to have [greenkeeper](https://greenkeeper.io/) opening PRs for new dependencies.
When I open the website in `elinks` I get this error message: 
I use the default worflow of yarn for making a new release: `yarn version --new-version patch` This makes a commit with message like `v0.0.1` Currently I have to update the...
The new ChromeCast has 4k output. I was wondering if they have 4K images in background and if we can get them
I didn't know this repo has a CLI or I can download all images easily so I wrote my own script to download them all. It would be nice if...