-
### Describe the bug
I'm trying to debug a python program. But something wired occurs: "Unrecognized escape after '\' in string"
![image](https://github.com/user-attachments/assets/55b8910f-9949-48d…
-
### Describe the bug
I was doing a pattern search and encountered a raw string, which didn't work:
```Nushell
~> rg --multiline-dotall `\(`
```
Nushell treats it as if it wasn't closed.
…
-
### Describe the bug
Resizing the terminal in VSCode (using the "Restore Panel Size" button) causes one line of text to disappear in the scrollback buffer.
This doesn't happen with Powershell, so …
-
### Describe the bug
This is similar to https://github.com/nushell/nushell/pull/10439. Found by using the fuzzer with a timeout:
```
cargo fuzz run parse out seeds -- -timeout=20
```
### H…
-
### Describe the bug
See How to reproduce and Expected behavior
### How to reproduce
Days shift according to timezone offset, eg in this case on `01:00:00`:
```
: 'yesterday' | into datet…
-
### Describe the bug
Using a variable in a where clause with =! returns all the table and does not filter anything.
### How to reproduce
Code:
Buggy code
```
let table_example = [[a…
-
### Describe the bug
Tauri app works fine on Linux but crash on MacOS with the following error message:
```
failed overriding protocol method -[WKNavigationDelegate webView:navigationAction:didBe…
-
### Describe the bug
When I try to `watch` for file changes across multiple directries, but not all, or specify the file type it doesn't seem to work. I'm used to using `{}`. This works with `glob`…
-
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/11501
### Describe the bug
Tauri app works fine on Linux but crash on MacOS with the following error message:
```…
-
This issue prevents using the effective afl.rs (AFL++) plugins for fuzzing in Rust on ARM64 platforms.
The nightly rustc allows for loading LLVM plugins with `-Z llvm-plugins=/path/to/plugin`.
T…