Freja Roberts
Freja Roberts
if a project was succesfully found at a/b by lsp root or pattern, don't switch to a/b/c when entering file inside a/b/c. This feature prevents switching into the root of...
Currently, the floating point value is display in full, which creates way too many decimals than are necessary for displaying e.g; position. If it is not possible to respect format...
**Is your feature request related to a problem? Please describe.** Installing neovide along with properly installing the desktop files and icons can be challenging to newcomers. **Describe the solution you'd...
Is it possible to either expand the subtree of symbols where the cursor is, or expand the whole tree like with `todos`? When using Rust, only the top level `impl...
When loading snippets from friendly-snippets and your custom config there may be snippets which have the same name/trigger, both of which will show up in the completion menu (nvim-cmp). It...
When using the floating window and entering a directory, either through `actions.up` or `actions.edit` the directory is opened in a new non floating buffer behind the floating window, which remains...
If you have a feature request or issue regarding web support and running the `Ambient` client in the browser, please post it here. - [x] WebGpu in favor of WebGl...
It would be useful to assert that all components in an `Entity` have a specific attribute, for example `Networked` to ensure that all components you are adding to the entity...
`anyhow::Error` only supports wrapping `Send + Sync` errors, but the API for `chain`returns non-send and non-sync errors. I suspect this is to mimic the [source](https://doc.rust-lang.org/std/error/trait.Error.html#method.source) stdlib API, if so, would...
Add an option for the builder to disable the setting the panic hook, and only setting the eyre hook. This is useful for targeting the web where you may already...