vultix
vultix
This PR adds a new `argument` vim text object, inspired by [targets.vim](https://github.com/wellle/targets.vim). As it's the first vim text object to use the syntax tree, it needed to operate on the...
### Check for existing issues - [X] Completed ### Describe the feature Offsets and points are used extensively throughout Zed. Each instance of these implicitly has some "space" they are...
## Feature Request I believe it should be possible using the owning-ref crate to directly implement Deref and DerefMut for Signal, allowing code like `signal.mutate()` instead of `signal.write().mutate()` This will...
Are there any plans to resume work on this project? It looks like the last commit was months ago.
## Feature Request It's common to want to attach event listeners to the global window. For example, a custom slider element will want to listen to mousedown locally on the...
### Description I'm currently using polars to process real-time stock market data. As new market data is made available, I currently have to recompute the entire historical dataset. With millions...
### Check for existing issues - [X] Completed ### Describe the feature Add an option to autosave when a non-editor panel is focused, in addition to on_window_change. This is similar...
# Summary I'm proposing a small quality of life improvement, that I was surprised to find wasn't already a part of the language. I want to introduce a new `FromIterator`...
bevy cli
It would be great if we could have an official bevy cli. Here's some ideas off the top of my head for how it might look: - `bevy new --template...
### Description When using "Find all references" on an `__init__` function of a class, no references are found, even if the class is being initialized. Looks like this was fixed...