David Konsumer
David Konsumer
on mac 13.0.1 intel, if I run `make` or `make CC=gcc` I get this error: ``` main/miniwasm.c:127:73: error: implicit declaration of function 'isnanf' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (data[n].f32...
I love what you are doing here! I think it would also be cool to load a normal native quickjs module, so games can run in plain quickjs runtime. I...
Textmate
I would like to convert textmate JSON language definitions (like those used in VSCode) to this format (so I can convert to other things.) Is this possible? Has someone already...
Unicode
I am running rebrow in docker `marian/rebrow:latest` I have an issue where I am saving records that have emojis and kanji and other extended characters. When I try load a...
Presets
I never got `getPresets` working, and `setPresets` needs some testing. This would help linux people a lot, since there is no way for them to work with presets. In addition...
Rewriting the core of this with [rtmidi](https://github.com/thestk/rtmidi), in C/rust/nelua/nim/etc, would make a much smaller CLI program, and that could then be used in NAPI, if I need node-support. This would...
Getting lots of requests for windows support in comments [on the video](https://youtu.be/WsXOr8mA1gY). Node program should work fine on windows, but needs testing, and it might be helpful to setup CI...
Firmware
I don't think I ever worked out firmware (.led files) upload, which I think would be useful (especially for linux people, since there is no Midi Control Center.) Additionally, it...
This doesn't build, but it is initial ideas on getting cmake to build a dynamic-library (as well as the current static.) Not sure why, but I get this error: ```...
I think it would be super-useful to convert in the other direction. I will look into it.