POV: You missed a payment on your "Staying alive" loan
Programmer in main time and 3D artist in side time
📎/🦀/🦋
| Listenbrainz | https://listenbrainz.org/user/RustyNova/ |
| Pixiv | https://www.pixiv.net/users/38516621 |
Programmer in main time and 3D artist in side time
📎/🦀/🦋
| Listenbrainz | https://listenbrainz.org/user/RustyNova/ |
| Pixiv | https://www.pixiv.net/users/38516621 |

In my defence I am stuck with sqlx's tokio runtime. And until 9.0 releases, CBA.
There's async-compat but it's just spawning on tokio under the hood.
Me: tokio is the origin of everything bad with async rust
Also me: Eh. Fuck it. `tokio::spawn()`
@argentumcation I suppose you aren't using nix flakes to pin the version of the packages? If so then yeah, it won't use the same packages as last time and possibly break.
*I'm so used to flakes that I don't even remember that they aren't the default...*