Glen Mailer

Results 163 comments of Glen Mailer

This shouldn't make a difference to trap - I did a local test of making a command fail and it printed the error as before. The main difference now is...

That makes sense, but presumably that can't be combined with `type` as it would reset the selection? The description for type says > You can use type() if you just...

I see what you're saying - I think my mental model was that the convenience helpers are a way of succinctly expressing what the user is doing at a higher...

Yeah, something specifically intended to replace a whole textbox would be great! 👍

It should be possible, yes - we'd just need to figure out what `webpack-dev-server` was doing for formatting that this module isn't. It might also be possible to use the...

Babel's syntax errors give you the file and line number, so linking to the location should be possible I reckon.

Interesting idea, it's possibly doable - depending on what the granularity of the file change event is after a save. At the moment I just let webpack watch the filesystem,...

I'm happy to take a PR, possibly behind an option that's off by default initially.

WHM can't really do anything useful with a server bundle. There would be 2 parts to an implementation of the feature suggested here: 1) Hook into webpack/watchpack events to figure...

Are you using the full-page reload option? Normally updates don't work after the server process restarts. For this reason I tend not to use nodemon on the server process, and...