Wind

Results 47 issues of Wind

Here is simplest reproducing example: ```python import zstandard zstandard.decompress(b'\x28\xb5\x2f\xfd\x00\x58\x11\x00\x00\x7b\x7d') ``` It raises an error: `ZstdError: could not determine content size in frame header` ## More context I'm trying to rewrite...

### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature Currently, when I call `:Telescope aerial`, it shows the following result: ![图片](https://github.com/user-attachments/assets/0e14af84-5111-4ab3-8e76-f1d0cac27cb3)...

enhancement

# Description Fixes: #14110 Fixes: #14087 I think it's ok to not generating instruction to `def` and `export def` call. Because they just return `PipelineData::Empty` without doing anything. If nushell...

# Description Fixes: https://github.com/nushell/nushell/issues/13425 It's just a follow up to #13958. User input can be a directory, in this case, we need to use the return value of `find_in_dirs_env` carefully,...

pr:bugfix

Given the following code: ```rust use logos::Logos; #[derive(Logos, Debug, Clone, Copy, PartialEq)] #[logos(skip r"[ \t]+")] #[logos(source = [u8])] pub enum Token { #[regex("-?(0[xob])?[0-9][0-9_]*")] Int, #[token("-")] Dash, } fn main() {...

bug

### Identifier pipefail ### Introducing PR #16449 ### Status opt-in ### Description If an external command fails within a pipeline, `$env.LAST_EXIT_CODE` is set to the exit code of rightmost command...

category:experimental-option

*************************************************************************** **NOTE** Please verify that the `base repository` above has the intended destination! Github by default opens Pull Requests against the parent of a forked repository. If this is your...