Ed Morley
Ed Morley
@ROODAY Hi! If the output of the build is to be used in a Gatsby project, you'll want to be using `target: "web"`, not `target: "node"`. Web is the default,...
I'm not actively working on Neutrino at the moment, since I no longer use it day to day for work. As such any new feature work will need to come...
@jacob-ebey Hi! Thank you for opening this :-) I'll take a closer look over the weekend (work keeps me busy during the week), but for now some initial thoughts: *...
Also: * `master` is currently still Neutrino 9, so we've been making sure changes there are non-breaking. At some point we'll want to make a breaking release (Neutrino 10), at...
> and if you installed WP5, the conditionals would switch between the not config formats. Yeah that's the approach I'd like us to take if it's not too much hassle....
> added in the 1.18 version of Rust I think this should say 1.58, rather than 1.18: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1580-2022-01-13
Thank you for replying :-) The workspace `Cargo.lock` is up to date, checked into the repo (not in `.gitignore`) and the output from `stat` doesn't change after running `cargo test`....
Ah so it doesn't reproduce if I use watchexec v1.18.5 (using the pre-built binaries via `brew install watchexec`), and run `watchexec --print-events -- cargo test` instead of step 3, in...
That makes sense - thank you for your help! We will use watchexec directly in the meantime :-)
Fingers crossed that will fix it! :-)