Remy Sharp

Results 126 comments of Remy Sharp

No doubt, but I also doubt if the developers are actually looking at the site...rather than the users! On Wed, 5 Aug 2015 12:32 Kroc Camen [email protected] wrote: > Personally,...

:heart: ...also: :hear_no_evil: :-)

For further context, we're planning to use Harp in production of jsbin.com in a submodule that will get a git hook to tell it to recompile. And even though we're...

Though this doesn't merge anymore (I'm sure it'll be simple to resolve) what's the thoughts on preserving the output directory until the compile is successful? I _keep_ coming across cases...

Same - I installed it on this repo: https://github.com/remy/zx-tools/ - then ran `npm run build` (and running the same version of parcel as @AnandaDwiprayoga).

Sometimes worth introducing an environment variable set to `DEBUG=nodemon,nodemon:*` and it'll spit out everything going on which might help you see why it's gotten stuck.

Not intentionally sitting on this - just been busy with IRL work! :) I'll try my best to review this fully next week and get it live. Thank you 🙏

So, you've got a number of variables going on here. There's a long answer here, but the problem is all the moving parts - plus I'm on mac which doesn't...

@R4JxF60 just as clarification - nodemon doesn't create any files beyond the config file created in `~/.config/configstore` - something in your pipeline is making these files. @Lipemenezes that `nodemon.json` file...

I'm worried this change looks simple but possibly hiding impact, such as on people's defaults or on what happens ordinarily without it. I don't have the time ATM to give...