Marcus Lee
Marcus Lee
> If this is something that only just started happening, it sounds like a regression in Planetside. Hmm that's weird. I've opened a discussion over there at the moment. https://github.com/planetscale/discussion/discussions/248
> We chose to enable `PIPES_AS_CONCAT` by default as an ergonomic choice, and to get MySQL to behave at least somewhat more closely to SQLite and PostgreSQL. While `||` is...
This idea is cool! Essentially sort of like a generated docs page for our API.
Was looking into spacedrive and found this repo. I'm in the middle of building an API for personal use, and decided to use Rust as I wanted to learn the...
Thanks for the swift response! I've tried the `chrono` feature flag earlier but it seems like only `chrono::DateTime` is supported. And thanks for the reference to serde's implementation for `BigDecimal`,...
> I just added the majority of the sqlx types, exceptions are tracked in #26. The main branch isn't ready for a release yet so I will leave this issue...
I'm also facing this issue, however I'm not running WSL. I'm running a `Debian` image under Docker through VSCode's devcontainer.
> I'm also facing this issue, however I'm not running WSL. I'm running a `Debian` image under Docker through VSCode's devcontainer. Hmm, weirdly enough, I tried to run it again...
Update: somehow I tried rebuilding the docker container and installed `0.8.0` again and it works fine now on the latest version.
> I had the same issue and i solved it by using TCP instead of UPD I think you only had to allow UDP port on 1194 in the security...