Steve Simpson
Steve Simpson
If I setup an ArgumentParser with both short and long options AND the long option prefix is empty (""), the short options are never parsed, eg. ` args::ArgumentParser parser("This is...
Ok, you got me. I don't understand pt_loop. I don't get all the while(1) if (1) statements. I'm guessing you're trying to ensure that braced and non-braced loops can be...
I'm probably missing something but why can't you: ```C #define pt_wait(pt, cond) \ do { \ if ((cond)) { \ break; \ } \ pt_label(pt, PT_STATUS_BLOCKED); \ if (!(cond)) {...
I use ANSI escape sequences to colourise terminal output. These are interpreted correctly by pretty much every terminal out there. The Seer console does not appear to understand these escape...
### Problem you are trying to solve Over on [arch ](https://wiki.archlinux.org/title/Rust) the notes on Rust say something like "You've got two mutually exclusive choices for installing rust: pacman / rustup"...