Evan Almloff
Evan Almloff
This seems similar to https://github.com/DioxusLabs/dioxus/issues/1586
fixed by #2725
> Did you test it locally? @ealmloff Yes, hot reloading this snippet works on desktop: ```rust pre { "hello\tworld" "hello\nworld" } ```
This was fixed in https://github.com/DioxusLabs/dioxus/pull/939, but it looks like that change got reverted at some point. (Wry upgrades?)
> [@ealmloff](https://github.com/ealmloff) [@jkelleyrtp](https://github.com/jkelleyrtp) I just looked into this and willing to implement something. Web was easy to implement, but wry seems to not send any scroll data. Here the data...
This would be a great addition! We need a way to set the type of script to include. We could make a new struct that handles the script with path...
> You're right, I missed that point. Judging from manganis-cli-support (naming is hard) I assumed there would be a CLI available. `manganis-cli-support` just contains code that a CLI (like the...
Thanks for putting a list together! > * Support for generating file hash with `SHA256`, `SHA384` and `SHA512`... This would be great to support in Manganis. I opened a tracking...
> Is this equivalent to `llama.cpp` batch size setting? If so I recall seeing various `llama-bench` results where the benefits of larger batching waned after `512` size. So how you...
Thanks for the workaround. I can confirm adding an `autoreleasepool` for batches in my bert code does fix the memory leak. Running my workload overnight, I don't seen any meaningful...