Reilly Wood
Reilly Wood
Hello, thanks for making `devserver` - it's super useful! I'm running into an issue where `devserver` panics as soon as I start it up: ``` Serving [/home/reilly/source/proj/] at [ https://localhost:8080...
Hi, I have a question about theming in Adonis UI. [The docs](https://benruehl.github.io/adonis-ui/docs/guides/colors-and-brushes/#overriding-colors) show how to override accent color in a ResourceDictionary like this: ``` #0BAC08 ``` That works well but...
### Windows Terminal version 1.15.2003.0 ### Windows build number Microsoft Windows [Version 10.0.22000.795] ### Other Software Nushell v0.66+ ### Steps to reproduce Hi, I work on a cross-platform shell called...
### Describe the bug If I run Nushell tests locally on Windows (Windows 11, v10.0.22000.795), 2 tests fail: ``` failures: commands::run_external::double_quote_does_not_expand_path_glob_windows commands::run_external::single_quote_does_not_expand_path_glob_windows test result: FAILED. 631 passed; 2 failed; 18...
### Related problem Compare Nu's `help` command to the help output for the popular [`clap`](https://github.com/clap-rs/clap) library: `help` is all monochrome, it uses more vertical space, and it's more difficult to...
### Describe the bug On Windows, `which` capitalizes path extensions unexpectedly. ### How to reproduce `which procexp` returns `procexp.EXE`: ``` 〉which procexp | get path ╭───┬────────────────────────────────────────────────────────────────╮ │ 0 │ C:\Users\reill\AppData\Local\Microsoft\WindowsApps\procexp.EXE...
# Description Related to #6583, which is a really ugly bug where `mv` can delete folders on Windows. The `mv` code works like this: 1. Try to rename a directory...
### Related problem [The new clickable links](https://github.com/nushell/nushell/pull/6333) are extremely cool. But they (understandably) don't work in WSL or in remote SSH sessions. ### Describe the solution you'd like I think...
Hi, we use `fs_extra` in [Nushell](https://www.nushell.sh/); thanks for writing it! We recently had [a scary bug report](https://github.com/nushell/nushell/issues/6583), and it looks like the root cause is `fs_extra::dir::move_dir()`. If you use `move_dir()`...
### Related problem When a command `x` is overloaded, the output of `help x` is very long and not very helpful in explaining the difference between different command versions. For...