Results 97 issues of Maximilian Downey Twiss

As per title. I am trying to compile a project of mine that uses SDL as a dependency, but it is unable to compile `src/audio/SDL_wave.c` with the /ZW option (required...

I tried this code (error encountered in the wild [here](https://github.com/rust-lang/rust/blob/master/compiler/rustc/build.rs)), but I have reduced it to a testcase.: ```rust fn main() { println!("salutate"); } ``` I expected to see this...

bug

While I know this is intended behaviour (FAT filesystems have no support for hardlinks), I was hoping that a workaround could be implemented, by which files are copied instead of...

## Description Since we know have a rubocop style guide, I thought it'd make sense to set up a CI to test for style breaches on new PR's. Problem is,...

Mostly just replacing MSVC typedef aliases with their ISO equivalent. The razer stuff might be missing some functionality, specifically when it comes to calling razor devices and setting colors, but...

Just a work in progress, putting it here so nobody doubles up by accident.

Resolves #32. Code style is very much a matter of personal opinion, and the file I linked is by no means final. To that end, I have not actually yet...

Changes the Makefile to a CMakeLists.txt with hopefully identical behavior, then modifies it to add installation support and a pkg-config identity.

See #8068 for rationales for removing Visual Studio. That's not the main point of this PR though, the main point of this PR is to enable [vcpkg integration](https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170#vcpkg-integration). Having a...

This serves really more so as a demo to how to convert to modules: - Wrap all includes in a global module fragment - Add any includes in the header...