Ishan Goel
Ishan Goel
Okie, now run `sudo cool 10` and pastebin the new outputs of `smc -l` and `smc -f` (while `cool` is running)
Thanks a lot! Sorry for taking so long, but the latest release should hopefully fix this bug! Get the latest `cool` with `brew upgrade quackduck/tap/cool`. It's very likely that it...
I had to figure out some very low level stuff. Keeping resources here so I don't forget ```c #include #include int main() { float fval; unsigned char arr3[]={0x00, 0x40, 0x9c,...
Can you send the exact error message you get?
I'm not completely sure what that means, but I know that that error pops up in pty-related contexts. Are you sure your config is right? If yes, maybe we can...
alright, thanks!
I like the renaming of the slices, but I also liked the earlier contrast between the camel-cased function names and the upper case `CMD` suffix. They feel more like regular...
This is a really good idea
Maybe we should consider adding a `noArgs` flag to the command struct, since this may be enabled for a lot of commands. Edit: or perhaps a `maxArgs` number limit!
> Where would you want to add that definition? In the list of commands? Yeah, like a new field in `cmd` that gets defined for each command in the slices.