Hofer-Julian
Hofer-Julian
### Related problem At the moment, it is not possible to run a Nu script if its file name starts with a dash. ```nu $ nu -test.nu Error: nu::parser::short_flag_arg_cant_take_arg (link)...
Weird things I've seen: - it seems to use my local Rust compiler, rather then the one in the flatpak - it creates local target directories even though I specify...
Fixes #881 It still takes a bit until diagnostics arrive, but this way error messages from `cargo` are included as well. Also moves the target dir to a common place,...
If Rust fails to compile, the error message is nicely visible in the console. However, if Rust panics at runtime, all you get is: ``` (re.sonny.Workbench.Devel:4): Gjs-WARNING **: 20:30:17.056: Unhandled...
- Add `History::delete` for `FileBackedHistory` - Adapt `history` to print id rather than just consecutive numbers - Add `history remove-item ` to demo See also https://github.com/nushell/nushell/pull/11629
**Current situation** Most BMI functions of MODFLOW6 expect to have `mfsim.nam` in the current working directory as documented here: https://github.com/MODFLOW-USGS/modflow6/blob/a38723ba4949103d5fbffd784e71eae36b589728/srcbmi/mf6bmi.f90#L57 We take care of that in `xmipy` so the user...
The first part lacks a command to actually download the source code. The second part only works with source code checked out.
### Feature type Changing existing functionality ### Improvement Description Wflow currently downloads testdata in https://github.com/Deltares/Wflow.jl/blob/27c3160d01c1943283fe8b8e41e7fbbf87ef2f80/test/runtests.jl#L38 as well as in https://github.com/Deltares/Wflow.jl/blob/27c3160d01c1943283fe8b8e41e7fbbf87ef2f80/build/create_binaries/precompile.jl#L25 It would be good to deduplicate that ### Implementation Description...
After successfully installing Nix you get the following message: "To get started using Nix, open a new shell or run [..]" At least on Fedora Silverblue I can confirm that...
I've been wondering about the low development activity of VuePress and found this: https://vitepress.dev/guide/what-is-vitepress#what-about-vuepress I am not sure if I can work on this soon, but I wanted to check...