Sharpiro

Results 9 comments of Sharpiro

> What's strange about this issue is if you visit the URL with the forward slash, you are redirected to the page without it. I tested on Firefox and Chrome...

First off I don't think the ```-s``` option is available until next release. But I found that the above bug is fixed in merge commit b50ba919 which brought over 00de4db7,...

> I had this same problem. I ended up resolving it by explicitly marking the joined-in column as optional `col as "col?"`. @0rvar This was very helpful and worked for...

> @Sharpiro I think you meant to @ someone else. > > However, I believe this issue is resolved in sqlx 0.7. That has been my experience in any case....

> @Sharpiro this is SQLx behavior, and [it's documented here](https://docs.rs/sqlx/latest/sqlx/macro.query.html#force-nullable). Great thanks

same, I believe this is related to https://github.com/serde-rs/serde/issues/1183

Thanks @edimitchel this worked for me. However since i'm using a Celeron processor the first command had to be modified to: ```sudo sh ./crouton -t xiwi -n code-oss-chroot;```

I also had a similar issue when running podman (docker) as the host. Removing the $MIRROR also fixed that. I'm not even sure what a valid `MIRROR_HOST` env variable would...

I am only getting this error with rust-analyzer using VS Code, the error itself is not coming from my Rust installation. I was able to suppress the error with the...