Alexander Huszagh
Alexander Huszagh
@ryanhaining It may be worth checking if MSVC now works: according to the [MSVC team]( https://blogs.msdn.microsoft.com/vcblog/2018/04/26/announcing-msvc-conforms-to-the-c-standard/?utm_source=newsletter_mailer&utm_medium=email&utm_campaign=weekly), it now fully conforms to the C++ standard
@ryanhaining If you would like, I can make a pull request for an AppVeyor configuration file. AppVeyor does free integration testing with MSVC for open-source projects. If not, I just...
@ryanhaining Thanks, foolish optimism then on my part.
Any progress on this?
Have you been able to create a reproducible test case?
I'm closing this since it should be implemented in [cross-toolchains](https://github.com/cross-rs/cross-toolchains), since these are not supported targets, not even tier 3. However, an implementation of these for custom builds would be...
> 2\. Your sample project does not actually use the `sqlx-macros` crate. It does, as a dependency. I'll see if it's still an issue using it directly, but I don't...
@xie-zheng I'm unable to replicate this under the following 3 scenarios using the following [crate](https://github.com/Alexhuszagh/issue_605): 1. Podman run inside of WSL2 on Windows 2. Podman run outside of WSL2 on...
This will need substantial rebases and refactoring, which I'll try to do shortly, so I'll revert this to a draft in the meantime.
@abcd-ca Do you need `CROSS_REMOTE`? You should be able to run it natively on your Mac M1, and therefore don't need remote docker, unless you are connecting to the client...