Simon Bates
Simon Bates
If I create enough `midi.input()` instances, I eventually run out of ALSA resources on Linux and my program terminates. For example, running the following program: ``` var midi = require("midi");...
- Sublime Version: 3211 - OS Version: Ubuntu 20.04 ``` C enum foo { SOME_VAL }; struct bar { }; enum foo baz(struct bar *a) { return SOME_VAL; } ```...
## Example project repository https://github.com/simonbates/Nova-Icarus-tests-example ## Case 1: Dependency not found when the project is first opened Steps to reproduce: * Remove the `.build` directory if there is one *...