Remy Sharp

Results 126 comments of Remy Sharp

That's just a striped down version of what I've been running for the last year here: https://github.com/remy/remysharp.com

Best git tip I saw shared on twitter was the `:/` filter for latest match. i.e. `git log :/"fix: font"` will show latest commit matching the text `fix: font`.

@MoLow hey - sorry, read your email at totally the wrong time, and thusly forgot instantly! Happy to offer advise, insights and contribute if it's useful. Nodemon has a surprisingly...

A common ask, which I _think_ needs a sub process (but I could be wrong), is when devs use nodemon with `--inspect`.

@MoLow nice. Now wondering if nodemon just got it's death sentence πŸ˜† 😒

:D yeah, the old dogs and new tricks thing will probably keep folks using nodemon for many a year. Good addition to node either way πŸ‘

There's barely any code changes between 2.0.17 and .16 - a package update (which is since removed in latest) and readme changes. Are you able to dig into the container...

Thank you but can you add this to the FAQ and make it into a question. I imagine it's useful, but nichΓ© enough that it doesn't belong in the main...

I'm not at a computer ATM, but the behaviour _should_ follow what `node .` would do. Appreciate it's slightly different syntax but it's what I set off with originally. If...