-
-
Not the expert, but the transition from "Windows PowerShell" to cross-platform "PowerShell" started with PowerShell Core 6, GA on January 10, 2018. We are now at "Powershell 7.5": https://en.wikipedia.org/wiki/PowerShell Now,...
@AndyGauge @joshka - all examples in my book are CC0. Feel free to copy them into the Rust Cookbook. Note that there is a lot of stuff that is hidden...
Have a look on how examples are organized in https://github.com/john-cd/rust_howto/tree/main/deps/tests - Example code have been moved to a separate project ('deps') - They are written as tests calling a main(),...
Also move https://just.systems/man/en/python-recipes-with-uv.html under examples
Maybe we need to find a few good examples on Github. The documentation link to https://github.com/search?q=path%3A**%2Fjustfile&type=code returns a lot of repetitive stuff.
I have been trying to locate a good example of `justfile` on Windows / running cross-platform on Linux and Windows. Do you know of any?
Part of the confusion is that commands look like options. Thinking loud, could commands behave like built-in recipes?? just --sys help just --sys list just --sys init ...
Yeah, I agree
a) It is indeed not clear in the manual. You may want to add to it. I would also add a "how to" page on how to use `cygwin` with...
Same issue here: VS Code losing connection to WSL. - `htop` points to a .vscode-server `node` instance with 31GB of VIRT ! - VS Code with WSL2 Ubuntu: - `uname...