Billy Sheppard
Billy Sheppard
Awesome Contribution Checklist: - [x] I have read, and re-read the [Contributing Guidelines](https://github.com/chartjs/awesome/blob/master/CONTRIBUTING.md) - [x] I have searched to ensure the suggested item doesn't exist on this list - [x]...
Tested on firefox and edge (on fedora) with my own trait on top locally, I could not get it to run off a path dep due to ``` thread 'main'...
### Motivation It would be useful to be able to call the `showPicker()` JS method from rust. ### Proposed Solution Add method for JS method `showPicker()` on `HtmlInputElement`s. Should return...
Focused signal works great for text inputs but for picker style inputs it doesn't work. Unsure exactly how to implement it though, also heavily dependant on how/if/when the wasm-bindgen guys...
Not sure if this is a known drawback of this crate, but my project has a rustfmt.toml that collapses all imports into one `use/pub use` `{}` block. This seems to...
Hi Pauan, This PR avoids the panic if you pass an empty `impl Multistr` to `DomBuilder::class` and warns in the console. Would you be open to merging this? Potentially without...
Fixed all clippy lints. You may or may not want some/all of these and fair enough.
Hi Pauan, This PR allows the `set` method to take `Into` rather than `A`. Would you be open to merging this? Is there a (possibly very good) reason not to?...
**Describe the bug** JS console error from `highlightjs-line-numbers.min.js`. **To Reproduce** Steps to reproduce the behavior: ```html ... ... ``` Have this in your HTML, use highlightjs (and line-numbers). Prints this...