Keithcat1

Results 41 issues of Keithcat1

I noticed that Go-SDL2 seems to deal with structs by defining Go structs that have the same field layout as SDL2 structs. However, this is unsafe because if SDL2 updates...

Hi, IT seems that Clangs LLD linker doesn't recognize the -Wl,-no-undefined argument and crashes. Can it be removed or altered?

FLAC support is not available. I have mix.INIT_FLAC specified. go version go1.14.1 windows/amd64

## Summary Because Open-SSL is a C library that is hard to build especially on Windows ## Detailed Explanation Building Rustpython with SSL enabled is a pain at least on...

RFC

The check for lrint in cmake\OpusConfig.cmake doesn't do its job properly and ends up silently dumping the following error into cmake errors.txt. Libopusfile does this check correctly though. Determining if...

Cosmopolitan is a C standard library that allows building statically linked binaries that run under Windows, Mac, Linux and a few other platforms all at the same time. Since it...

feature request

I'm not really sure how it should work, but it seems a good idea for Nimterop to provide this along with everything else C library related. It'd also be useful...

build

### Summary It would be nice to compile, say, BROTLI to a WASM module and run it on any language and on any platform supporting WASM, but WASM_bindgen seems limited...

question

Basically, when wrapping a C library and exposing it to Python, you can either link it statically or dynamically, but both have drawbacks. A more detailed description is at [cython/cython/issues/4682](https://github.com/cython/cython/issues/4682),...

Scikit 0.12.0, Windows 10 (64-bit), Python 3.9.5. I was working on some Miniaudio bindings and decided I want to add optional libvorbis and libopus support. Luckily libvorbis and libupos support...