Michael Ankele

Results 4 issues of Michael Ankele

hi, I ran into a segfault with the following code: ```c mpack_writer_t writer; char *output_data = nullptr; size_t output_size = 0; mpack_writer_init_growable(&writer, &output_data, &output_size); const int N_OUTER = 10; const...

fixed; needs better tests

Hi, I'm getting some weird output when trying to write 2-dimensional arrays with objects/tables inside. I'm trying to save the equivalent of JSON `{"A": [ [ {"value": 1} ] ]...

The biggest blockers here are: * the `gtk` library is not well supported on windows * our internal JIT compiler [kaba](https://github.com/momentarylapse/kaba) needs to adapt to a different ABI * I...

Add a native `CoreAudio` backend to replace `portaudio` on MacOS. Some experiments have started in the `coreaudio-backend` branch.

enhancement