Spencer C. Imbleau
Spencer C. Imbleau
Isn't Actix a backend framework, like Rocket? Yew is a frontend framework in Rust. :)
Ahh. That sounds fun. I also did [some fun](https://github.com/simbleau/website#-gitops). I have a CI/CD pipeline which uses GitHub Actions to build the WASM website with aggressive size compression - then builds...
Just finished the theme switch WASM piece and demo. Just a few minutes to upload... Edit: https://github.com/simbleau/abridge-wasm I've invited you to be a collaborator so you may push things or...
Progress update: Just got finished a theme switcher for [my website in progress](https://github.com/simbleau/website/). It now is exactly how the abridge switcher works in complete WASM: - On page load, query...
It's also true that #35 would provide a better way to do this, (and in one line: `queue.clear_over(5)`) but I believe it would be a major convenience for developers.
I think this is relevant https://github.com/rust-lang/rustup/issues/3025 As far as CI goes, trying to update the toolchain on nightly is broken at least (Ubuntu 22.04). I think this can help narrow...
This has affected me as well (Ubuntu 22.04). Nightly doesn't build, but specific versions do, e.g. `nightly-2022-07-15`. Timeline matches up, too. I first experienced this a week ago and had...
> Strangely enough, by uninstalling the `nightly-2022-07-10-x86_64-pc-windows-msvc` toolchain using `rustup uninstall` and trying again, now cargo works! There is definitely a bug somewhere in rustup. This worked for me. I...
Bevy seems to accomplish this with 'fit_to_canvas: true' somehow. I recently discovered it and would advise any future onlookers to start there.
Woah! Awesome work! I'll do some verification on my side and merge it in when I have a chance. :) The only thing truly missing from making this extremely performant...