nshaheed

Results 46 issues of nshaheed

**Describe the bug** I'm following the instructions [here](https://comby.dev/docs/get-started) to build from source. Once I get to the step `opam install -t . --deps-only` and try to resolve the dependencies, several...

After doing some digging it looks like bundling osc messages used to be supported in the old OscSend/Recv objects, but the functionality was never ported out to the new pair.

enhancement

commented out code is 10 years old and the TODO is outdated - the mutex is released in both branches

me.realtime() will detect whether the current shred is running in realtime (i.e. me.realtime() == false means that --silent is enabled). Useful for when you need to do something different in...

Another big diff dump, all tabs are replaced with 4 space. I'm not sure if I should be touching a few of these files, so feedback is appreciated.

DON'T MERGE thx

DO NOT MERGE

If you run `examples/mouse.ck` from cmd/powershell in windows and then try to kill with ctrl+c, you get the message `[chuck]: cleaning up...' and then it hangs and you can't escape....

bug
windows

The mouse HID's behavior is very inconsistent across os's, and none of them appear to have full functionality: * osx (mojave) trackpad: chuck recognizes trackpad, but does not seem to...

bug
macOS
linux
windows

If you use the command line on windows and try to use windows-style filepaths (i.e. backslash instead of forward slash), you get this error ``` > chuck.exe .\mouse.ck [chuck]: unrecognized...

enhancement
windows