William Stein
William Stein
I disagree because the current behavior is intentional and exactly matches what Emacs does. I think we should close this ticket and instead have a ticket about creating a **completely...
> can't we at least make this a setting? yes, definitely. There's no harm in that.
Which is? On Fri, Mar 13, 2020, 11:36 AM Samuel Lelièvre wrote: > I like the way JupyterLab does it. > > — > You are receiving this because you...
OK, I'm surprised to say but I'm getting really annoyed with "my" design where the current working directory for the file/search/etc. changes based on the last file tab you click......
This is not a bug. But definitely leaving open, since it should be configurable, and maybe even the current behavior is not the default. Also, the side panel "Tabs" does...
> This project is dead now and have some really critical bugs, don't use it in production See comments from the lead developer last week to understand their development and...
I did look into this again recently. I guess I just have to read the source code of the official extension, then try to implement something similar for cocalc. No...
To use only nextjs and not rspack frontend HMR: 1. Set the env variable NO_RSPACK_DEV_SERVER to something 2. In packages/static type `pnpm watch` 3. Whenever you make changes to the...
If I disable HMR as above, then the memory leak goes away completely. Thus this is not caused by nextjs.
One use case where disabling HMR is nice is to test production build sizes -- just do "pnpm build" instead of "pnpm watch", wait less than 30s, and try it...