Dongdong Zhou

Results 12 issues of Dongdong Zhou

Hi, Dynomite seems to crash intermittently when I use florida_provider. I'm running version dynomite-v0.5.7-13_RectifyConsistency from master branch. The trace for the core dump is as follows: ``` (gdb) bt full...

bug

The window title bar follows dark/light them on Windows nicely but not the menu bar. Is it possible to do or a limitation of win32 api?

platform: Windows
type: feature request
priority: low
status: backlog

The crate is still in version 0.16.0. Can you please bump to the latest?

Currently Lapce only has implemented a very small set of Vim keys/features, mainly because I'm not a very powerful Vim user. Feel free to comment on what Vim features you...

C-feature
A-keymap
A-editor

The next major thing for Lapce is plugin support. The plugin system is a critical part of a good code editor. We'd like Lapce's plugin API to be as flexible...

A-plugins

- [ ] Added an entry to `CHANGELOG.md` if this change could be valuable to users

- [ ] Added an entry to `CHANGELOG.md` if this change could be valuable to users

Hi, I’m trying to build an Ansible alternative on top of rcl. One thing that would be nice is to be able to serde_rcl::from_value(value) which will tell which part of...

When shape run cache was trimmed with a large `keep_ages`, it's expensive to scan the whole cache. This PR is trying to save the cache keys to a Vec of...