You can make the vote duration much longer than an hour.
jaykrown
joined 4 weeks ago
I disabled JIT on Chrome and it didn't load, and then I disabled JIT on Firefox and it still loads. This makes me believe it's something with how Chrome handles having JIT disabled, because the application doesn't use JIT at all.
Interesting, how did you know it was the just-in-time compilation being disabled? The application uses Rocket.rs for the backend and Yew.rs for the frontend and it's hosted on Shuttle.rs. It loads fine for me in Chrome, although I mainly use Firefox. You're talking about this right? https://en.wikipedia.org/wiki/Just-in-time_compilation
Awesome thank you. I have posted this version on GitHub with the MIT license. https://github.com/jaymasl/star-voting-v0.1
20
I built a STAR Voting application using Rust with Yew and Rocket
(jaykrown-star-voting-09pw.shuttle.app)
You're welcome, feel free to create your own votes if you want. If you have any features you'd think would be cool let me know.