Jan Ph. H.
Jan Ph. H.
Assuming the user has an up-to-date zig version installed in $PATH/%PATH% and that mason has hooks for "update bleeding edge software versions" (bleeding edge is too much of a churn...
The main problem is that the command prompt content is stored within the shell repl and neovim "does not know what is inside". There are a few options to implement...
Shells are hard and [commitee](https://github.com/matu3ba/dotfiles/blob/master/POSIXunsafe) and [operating systems](https://github.com/matu3ba/dotfiles/blob/master/Filenamesunsafe) stuff on top unnecessary complexity originally created for a time when IPC was too expensive to have multiple communication channels between processes....
SHENNANIGAN and tradeoffs nix limitations: - moving files into immutable nix store instead of creation of overlayfs due to posix performance and nesting limits - namespace control tools (fs sandbox...
Nope, it looks like fd is broken, at least on powershell on Windows 10 (both within and without neovim): ```powershell PS C:\Users\user\app> echo "123" 123 PS C:\Users\user\app> fd -e exe...
@aDotInTheVoid Please use perf for performance recordings as strace has significant overhead. WSL2 has severe and known performance issues, for example this one is specific for the filesystem: https://github.com/microsoft/WSL/issues/4197 Only...
> Whatever "heuristics" are used should be torn out and just default to something like "half the number of cores with a max of 6/8" because after that you're probably...
> I think it would make sense to have a maximum on that for the default number of threads, although I'm not sure what the best value of that would...
I'd argue that this is bad practice, because there is no unique history `job id status output log command` anymore. Consider 3 jobs: ``` RUNNING: gen3 out: waitForMsg: msgty: StopTransaction...
> Also, task names can be completely user defined, and default to the executable + all arguments. Doesn't that already do what you want? Agreed, but more so since the...