vultix

Results 23 issues of vultix

First off, thank you for this wonderful library! ### Context It's often difficult to find where in your code an error occurred. Rust's backtraces help with this, but are often...

While there's no true `IntoInner` trait, it's a super common pattern for newtypes to provide an `into_inner` function. It'd be great if this crate could make it easy to add...

enhancement
help wanted
feature

Graphite is incredibly promising, thank you to everyone for your hard work bringing it to life! I, and I'm sure many others, would love to support this project, but don't...

Question
PR
Request

#### Describe your feature request There currently seems to be two restraints on renaming operations (`prefix`, `suffix`, `map_alias`): - These must be the last operation done on an expression -...

feature

I was using fuzzy in an old project and was looking for it again yet had a very hard time due to these broken links. Figured I would just make...

First off, thank you for the useful tool! It's absolutely brilliant. In some context, drag and drop works great. For instance, dragging files around in Finder. In other cases, the...

Just a heads up, opening the developer console in obsidian with this plugin enabled yields this error message: ``` Error: [CM6][obsidian-relative-line-numbers] Using a deprecated package: "@codemirror/gutter". See the stack trace...

### Describe the bug When using a sveltekit project with the new svelte 5 preview, I'm getting a hydration error when trying to pass child elements. This error occurs both...

svelte 5

**Proposal:** Use a stack-allocated dedicated `Symbol` type such as [stock-symbol](https://crates.io/crates/stock-symbol). **Benefits:** - A dedicated type is more self-explanatory than passing around strings - Should be much faster than doing many...

## Feature Request ### Crates tracing ### Motivation My primary motivation is `tokio::task::spawn_blocking(my_blocking_function)`. I'd like `my_blocking_function` to run within the current span. The way I currently do this is: ```rust...