Penguin
Penguin
**Describe the bug** bitwise fails to compile. **Expected behavior** successful compilation **Screenshots** ``` /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/cmd.o: undefined reference to symbol 'nodelay' /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line...
It's not really a LFS issue. I am just on a microcontroller with very little memory, and I think eliminating the directory code would save on code size by a...
**Checklist (Please check before submitting)** * [x] I reviewed the [Contributing Guide](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md). * [x] I performed a cursory search to see if the bug report is relevant, not redundant, nor...
I'm trying to use org-mode to export org documents to mediawiki for the gentoo wiki. It uses "templates" for various code blocks, for example ``` {{Cmd|echo "a command"}} {{RootCmd|echo "a...
 I've tried everything, but no matter what, every time treemacs detects a new project, it changes the tree to that project. Here's an example. I have cleared all my...
This may just not be implemented yet. According to the docs this is intended, but I think --check-diff should be allowed to be used recursively. **Describe the bug** `meson format...