Ted Driggs
Ted Driggs
Right now, when `darling` encounters a string literal for a field of type `syn::Expr`, it will attempt to parse the string contents and put that result into the struct. This...
`darling`'s impact on build times is cited as a reason not to use it for parsing the `#[wasm_bindgen]` macro in [this comment]. `darling` should try to be a "zero-cost abstraction"...
Please make sure to **read the following list** before creating a new issue: vis-network 9.1.2, when using an edge with `"top"` for its label alignment, the label jumps to the...
The current code ignores magnitude differences in deltaY, resulting in an experience that is either too fast on trackpad or too slow with a mousewheel. This change allows those to...
Prior to [this commit](https://github.com/visjs/vis-network/commit/aa7e6646acbb0ea52bf5a7041fec8e103f8dfab5), vis-network worked well for our trackpad users and mousewheel users - zoom speed felt appropriate for both. Now, however, we're getting feedback that the speed is...
I am trying to make edge labels that appear when the user selects or hovers on the edge, but are otherwise not shown. I see the `chosen` function is available,...
I saw that syn 2.0 seals the Spanned trait (and that it was previously also sealed in #439). This is an issue for my crate darling, which has some structs...
Right now, it looks like `proc_macro2::Span::unwrap` is the only way to get a `proc_macro::Span`, but that will panic if it's called outside a proc macro. Could there be a `TryFrom`/`TryInto`...
I have a program that: * Loops over a set of files doing some operation * Writes results as CSV rows to stdout * Writes progress and error information to...
Really excited to see this crate, and very impressed by your work so far. Reading over the code, I see a few places where the `ExtraSafeError` could be tweaked to...