Yangze Luo

Results 7 issues of Yangze Luo

fix #4 ```python def output_align(input, output): """ In testing, sometimes output is several pixels less than irregular-size input, here is to fill them """ if output.size() != input.size(): diff_width =...

@liyiheng 是否支持 zrange by score

enhancement
help wanted

close #4796 Similar to implementation in `navigate_to_definitions` Because find all references in rust-analyzer will return locations containing location we passed in, so we need remove it. And I'm not sure...

cla-signed

Is it ok to use master branch in product env? `MessageSend.StickerIDs` seems missing in newest release(v0.27.1), but can be found in master. https://discord.com/developers/docs/resources/channel#create-message

I attempted to reset the token after establishing a connection with the Discord gateway, but it appears that `session.LastHeartbeatAck` continues to update. **Edited:** In line 608, it appears we're never...

### Check for existing issues - [X] Completed ### Describe the feature Zed is known based on tree-sitter. Is it possible that we can use not only text or regex...

enhancement
search / project search

``` cargo run --example trace --features unwind ``` When I run this command, I got this error. Anyone can help? ``` Finished dev [unoptimized + debuginfo] target(s) in 4.02s Running...