Ryan Carsten Schmidt

Results 415 issues of Ryan Carsten Schmidt

## Describe the bug JACK fails to build on macOS 10.12 and 10.13 with their older Apple Clang compilers: ``` error: static_assert failed "fCounter must be aligned within JackAtomicState" ```...

bug

I understand from the 2.7.0 release notes that enchant has been rewritten in vala but the README still says it is written in C and C++: https://github.com/AbiWord/enchant/blob/3a3e9df6306012bd01877621e99dda05f38841d7/README#L28

The ratio-16-9 class is defined twice in your css file.

The web site http://jeremy.zawodny.com/mysql/mytop/ does not mention version 1.7; it says the latest is 1.6. The web site http://freecode.com/projects/mytop does not mention version 1.7; it says the latest is 1.6....

Could you create a git tag for version 1.7?

The Makefile passes `$(CFLAGS)` to `$(CXX)`. It should pass `$(CXXFLAGS)` instead. Furthermore, it defines its own `CFLAGS`, rather than honoring flags the user might supply when invoking `make`. This causes...

You're missing this upstream commit that fixes an error in the documentation: https://github.com/macosforge/alac/commit/3814718153165b15b30804f525d3c4e93cf86300

cc65 now outputs AppleSingle files. These encapsulate both the executable program and its metadata such as its load address. AppleCommander can add such AppleSingle files to a disk image properly....

Consider enabling `-Wextra` and `-Wpedantic` to see a bunch of warnings about your code such as: ``` c2t.c:244:12: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]...

Your homepage is inaccessible; the web server is not responding ``` $ curl http://recode.progiciels-bpi.ca/ curl: (7) Failed to connect to recode.progiciels-bpi.ca port 80: Connection refused ```