Sam Verschueren

Results 126 comments of Sam Verschueren

By the way, should we consider renaming this to `screenshot` instead of `screenshot-stream`, it's not a stream anymore :p.

Added a PR to Puppeteer to make injecting js and css much easier. https://github.com/GoogleChrome/puppeteer/pull/996

Could this be an `npm` issue? I never experienced issues with this step, but it appears to me it has something to do with scoped packages. I keep executing the...

Yes this is something I really need to work on. The thing is that I don't know of a way to detect if it's waiting for input. So any help...

I agree. It makes sense to show the progress of publishing the module, but after that, that information is quite useless as it's all green. It would make sense to...

It will be possible with the next release of `Listr` by just setting `clearOutput` to `true` right [here](https://github.com/sindresorhus/np/blob/master/index.js#L58). This off course only clears the `Listr` output and not the Inquirer.js....

Would be as easy as creating a package `verify-source-maps` and run it in the prepublish hook? I don't think this belongs to something like `np` to be honest. All the...

Don't see any valid reason to do that. Just repeat the `Hi` and make it inline. This would just add complexity to the library without a real benefit imo.

I totally missed this issue. But since today, Listr supports custom renderers and even 3rd party renderers. The default renderer for example is extracted to a separate package [listr-update-renderer](https://github.com/SamVerschueren/listr-update-renderer). So...

In case someone wants to tackle this, I created [`listr-input`](https://github.com/SamVerschueren/listr-input) which we use for the one-time password of npm. Should be doable with that one I guess.