CharlesChen0823

Results 27 issues of CharlesChen0823

1. execute cmd ```bash rye init testrye rye pin [email protected] rye sync rye add flask rye sync ``` 2. then failed. I found that the requirements using pip-compile found for...

bug

create an license file when init.

In windows platform, `fs::canonicalize` return unc path, some relative [issue](https://github.com/rust-lang/rust/issues/42869), when strip_prefix with unc path and path in windows, there will not be match, will log many error. Release Notes:...

cla-signed

fix #10511 Release Notes: - N/A

cla-signed

In Windows platform, using notify to watch file events. 1. in [notify windows implement](https://github.com/notify-rs/notify/blob/3df0f65152c8585cfb29d231c880b86b9164dcfd/notify/src/windows.rs#L344), we get the full file path, just with `path.join(file_path)`. 2. In [zed worktree start_backgroud_scan_tasks](https://github.com/zed-industries/zed/blob/d2569afe662be93c926eed1aeb2b17d050ba90b0/crates/worktree/src/worktree.rs#L679), `abs_path` is...

cla-signed

I thought here is the root cause the problem of crash when open recent in zed. relatve issue might be: #11094 , #10884. I don't know how to deal with...

cla-signed

Fixed crash in vim normal mode when ime key press. Release Notes: - N/A

cla-signed

I thought platform clipboard should share one ctx. and fixed in vim mode, read from clipboard crash when using `unwrap`. Release Notes: - N/A

cla-signed

1. Zed unreponse after every time windows wake up from sleep, I must closed then reopen. 2. I have debug origin implement before #9351, in win11 Zed work well. 3....

cla-signed

Follow with #11595, and comment. 1. Currently, in linux platform, using `notify::recommanded_watcher` for watch `config.json` file modify. 2. When using `ctrl-shift-p` toggle vim mode, will using `NamedTempFile` to rename with...

cla-signed