Antonin Peronnet
Antonin Peronnet
Thank's a lot for this help ! With frame_pace, I was able to greatly reduce the latency of my piano app, it was unusable before and now it works !
I think you understood correctly. But even if the ParseStream don't mutate the stream, it mutates the cursor, which is unexpected for the user ! Commonly, rust parsing library use...
Also, this repository should be renamed "Manganis"
Well, on mobile I can't even see the navbar, both on classic mode and with "computer mode". I didn't say it was not there, I said I wasn't able to...
This project will move to https://github.com/rambip/rust-web-markdown, I never took the time to deprecate this repo.
That would be indeed really cool ! We have multiple use-cases for it in our team. I think I will try to contribute to this widget in the near future.
> [@rambip](https://github.com/rambip) it would be great if you could contribute. The map code is pretty short and self contained, just some html/js/css https://github.com/gristlabs/grist-widget/tree/master/map I'm thinking of 2 ways to implement...
> What do you mean by it doesn't work in the second case? The y axis is independent. Or do you mean you want dual axis chart? Then that's the...
As proposed by @ealmloff , a possible way to solve this issue is to add a way to automatically reset the component when an input changes.
There is an example implementation here, for dioxus: https://docs.rs/leptos_workers/latest/src/leptos_workers/plumbing/create_worker.rs.html#94