-
### Describe the bug
Redefining a command with conditional and recursion, then calling it, leads to a crash with stack overflow.
Simplest example I found:
```nu
def g [s?: int] {
if ($s == …
-
### Question
I found out that Ctrl Q creates a prompt where you can search the history, but I haven't found it documented or mentioned absolutely anywhere. Is there any information about it? Can I …
-
Storing the data in a json file was just a quick'n'dirty hack to get started real fast. But now it is in use for a long time already. We should replace it by ~~sled~~ sqlite ASAP.
-
Hopefully this makes the script more reliable, since it fails sometimes
-
### Describe the bug
Discovered in nushell/nu_scripts#790. `ide::check` fails to resolve modules compared to passing the same file to `use` as a command. My suspicion is the variable for the curren…
-
### Related problem
This is a discussion issue around how, if desired, a question mark operator should work in the nu language. There are two main motivations behind this:
1. to allow more ergonom…
-
### Xmake Version
v2.7.8+HEAD.87dff1ef4
### Operating System Version and Architecture
win11
### Describe Bug
using the xmake command to creat project or run the project, this error will show:
``…
-
I have just an hello world project with few lines of code:
```rust
use reedline::{DefaultPrompt, DefaultPromptSegment, Reedline, Signal};
fn main() {
let mut line_editor = Reedline::create();…
-
### Describe the bug
When you use a range with a step/second value (the middle parameter when using 3 parameters), some of the commands such as `range` and `str substring` ignore the step value.
`…
TWSiO updated
7 months ago
-
### Describe the bug
This might just be "as designed", but there's a much more significant loss of precision in duration than I would expect when specifying a decimal value for a `duration`-literal…