jyn
jyn
fyi every terminal emulator i've tried (kitty, powershell) lets you override the application-specific mouse capture if you hold shift while dragging the mouse.
@IceSentry see https://github.com/Canop/bacon/issues/174#issuecomment-2290309073
This would be helpful for https://github.com/rust-lang/rust/issues/76444
@alexcrichton is there a way for build scripts to opt-in to having this variable set? That way they'd only have to be rerun if they're actually using it. Originally I...
> I don't personally have time to design a different solution and weigh its tradeoffs, that's ideally where an enterprising contributor would step in and lead the charge. I think...
> @jyn514 I assume your proposal is to have them emit rerun-if-env-changed=CARGO_MODE or so? We'd still also want cargo to have separate caching for different modes (so that a check...
From peeking around, looks like most work is done here: https://github.com/beautify-web/js-beautify/blob/master/js/lib; see specifically https://github.com/beautify-web/js-beautify/blob/master/js/lib/beautify.js#L525
oh: i am using nvim 0.12 and nvim does strange things on file save, which may be relevant. here is a trace: ``` ; watchexec --no-vcs-ignore -f src/worker.js --print-events true...
it has not crashed, it picks up the changes on the next save.
i don't think i did anything to access the site, this was definitely in response to a save. did you test using neovim as the editor? see my first comment...