Daniel Gallups
Daniel Gallups
Hello! I have put some time into adding additional functionality regarding pulling from URLs in CSS (background image URLs and the like). This is necessary for my research project, and...
Some of the left nav links do not navigate on click using the [provided link](https://dioxuslabs.com/learn/0.5/getting_started/liveview/). However, the anchor links themselves do navigate to existent pages.  Of the following, the...
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md). - [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users....
The contents of a file's lifetime for the `File::contents` method is implicitly tied to the lifetime of the file reference. However, it should be tied to the lifetime of the...
Hello! Thanks for making this awesome crate. It works well! If you're accepting PRs, I'd be happy to contribute. I was wondering if you would be interested in some help...
Hello! I'd like to use your crate in 0.15. There are a few snags upgrading detailed below. Not sure how you'd like me to handle these. In general though, the...
Checking that the input length is equal to 3 is my band-aid to deal with timing + sensing commands from the keyboard. Fixes https://github.com/BlackPhlox/bevy_midi/issues/42, https://github.com/BlackPhlox/bevy_midi/issues/28 This PR conflicts with https://github.com/BlackPhlox/bevy_midi/pull/29....
[This is unusual, but common behavior](https://music.stackexchange.com/questions/118605/does-the-velocity-need-to-be-0-for-a-note-to-be-played-again) for several MIDI keyboards. Per another [source](https://www.recordingblogs.com/wiki/midi-note-on-message) > a note on message with velocity of 0 should always be treated as a [note off...
Running `examples/piano`: ```console Running `target/debug/examples/piano` 2024-12-05 21:40:37.755 piano[73303:2168281] +[IMKClient subclass]: chose IMKClient_Modern 2024-12-05 21:40:37.755 piano[73303:2168281] +[IMKInputSession subclass]: chose IMKInputSession_Modern thread '' panicked at src/input.rs:246:55: index out of bounds: the len...
**Problem** The command issued here can be extremely long on windows systems. https://github.com/DioxusLabs/dioxus/blob/b2bd1f48d434becfff9f0ea390ad8ef46996300a/packages/cli/src/build/request.rs#L1838-L1844 Windows has a command length limit of 32767...so, projects with many dependencies are likely to fail. **Steps...