Wind

Results 47 issues of Wind

# Description Update polar version to 0.25 # Tests + Formatting Make sure you've done the following, if applicable: - Add tests that cover your changes (either in the command...

# Description Fixes: #7690 # User-Facing Changes The following command: ``` (^false;"hello,world!") ``` won't output "hello,world!" again # Tests + Formatting Don't forget to add tests that cover your changes....

Release Notes: - Fixed #4319 Here is a demo after the fix: https://github.com/zed-industries/zed/assets/22256154/a690f146-73c9-4b0e-8527-e4faf690cca2 Actually I'm not really sure should I submit my idea to discussion, since it's not a large...

cla-signed

### Check for existing issues - [X] Completed ### Describe the feature I think it's good to highlight on yanked, it's useful if user yank through `Y`, e.g: `3Y`, `5Y`....

enhancement
triage
admin read

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I have the following configuration about python formatting: ```json { "buffer_font_size": 16,...

defect
python
language

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it While making a buffer search, the matches text is hard to read,...

defect
triage
admin read

# Description This is a follow up to https://github.com/nushell/nushell/pull/11621#issuecomment-1937484322 Also Fixes: #11838 ## About the code change It applys the same logic when we pass variables to external commands: https://github.com/nushell/nushell/blob/0487e9ffcbc57c2d5feca606e10c3f8221ff5e00/crates/nu-command/src/system/run_external.rs#L162-L170...

pr:breaking-change

### Check for existing issues - [X] Completed ### Describe the feature HI, I found that zed doesn't have a scroll bar in project panel, when I have a project...

enhancement
project panel
scrollbar

Release Notes: - Fixes `2$` doesn't go to the next line end ([#8007](https://github.com/zed-industries/zed/issues/8007)). **or** - N/A

cla-signed

Hi, I have a case which need to load some h5 file into memory as a cache, the h5 file contains a lot of dataset, and a dataset contains thousand...