500-internal-server-error
500-internal-server-error
**Describe the bug** On a fresh install, there is no option to upload using the webui **To Reproduce** Steps to reproduce the behavior: 1. Fresh install with `python -m venv...
[Installer 2024-07-27](https://github.com/msys2/msys2-installer/releases/download/2024-07-27/msys2-x86_64-20240727.exe) looks broken with Windows' dark theme:  The previous [installer 2024-05-07](https://github.com/msys2/msys2-installer/releases/download/2024-05-07/msys2-x86_64-20240507.exe) looks fine, if a bit janky:  Seems like the dark theme is only half-applied for some...
This PR: - fixes building on Windows with MSYS2 UCRT64 GCC (adds `-mbig-obj` to `CXXFLAGS` by default for MinGW in general, instead of just Cygwin) - fixes building on Windows...
**Describe the bug** This project doesn't build on Windows/MinGW **To Reproduce** Build as normal: 1. `git clone` 2. `mkdir build && cd build` 3. `cmake ..` / `cmake -G 'MinGW...
Hi, I tried to run tests (`pytest tests/unit`) on Windows, but they produced errors and are slow. After spending quite a while going down the rabbit hole, it seems quite...
### Preliminary Checks - [x] I have read and understood the important section above. - [x] I have searched existing issues and avoided creating duplicates. - [x] I am not...
`cargo test --release --all-features` passes on Windows/GNU, Cygwin/MSYS2, and Linux, at least on my machine.
### Description / Steps to reproduce the issue 1. `pacman -S rust` 2. `git clone https://github.com/mmastrac/rust-ctor.git` 3. `git checkout 350d397394f91332517cf2924737b79edf9581ab` (probably not necessary to pin version, but here for reproducibility)...