Michael Watson
Michael Watson
Thanks, appreciate it
Doesnt look like it https://github.com/lholden/job_scheduler/discussions/30
@sLINK1337 You will need to add a route for the `OPTIONS` request too. An example from one of my projects (fn body removed for simplicity): ```rust #[put("/update/")] fn update(application_handle: String)...
Hey, Is there any update on this one? This fixes the exact issue im having. Would be awesome if we could get this merged/looked at again. Thanks
You'd be an actual hero if you did, thank you. I replied on the issue thread too so hopefully someone notices.
Bump @ehuss
Is there any update on this? The PR/Branch proposed seems like a decent fix, and would resolve the issues im having too, but this seems to have died in the...
Bump please @ehuss Thanks
Bump, this is slightly irritating having to add another dependency to get this to build :(
As always happens, just after opening this issue i have managed to solve it 🤦🏻 I'm assuming this is a compatability issue between Diesel and MySql 8.3. I solved this...