Lihui Zhang
Lihui Zhang
# Debug info Output of `fetchcord --debug` ``` [KeyError]: 'Font:'[KeyError]: 'Font:'----run_rpc---- uptime in epoch: 1614229119.0 cpuid: 740476198437650473 cpuappid: 742887089179197462 Unknown terminal, contact us on github to resolve this. termappid: 745691250186911796...
The following code will not compile: ```c /** * @ensure const(bar) **/ fn void foo(int bar) {} ``` The compiler gives this error: ``` /** * @ensure const(bar) ^^^^^ Error:...
Many editors run commands with the working directory as `src/` because that's where the file you're editing resides. This means you have to cd up before building the project: `cd...
Many languages have a command line argument parser in the standard library. I think basing it off of an existing implementation like [this](https://github.com/cofyc/argparse) should be fine for now.
### Abstract ARC/ORC is already the default memory management technique on latest stable release, but the standard library hasn't followed and utilize destructors where plausible. ### Motivation Many standard library...
- Bumped dependencies - Updated readme - Added Docker and compose