Bjoern Doebel
Bjoern Doebel
**Is your feature request related to a problem? Please describe.** We should determine available devices, their metadata, and I/O resources. **Describe the solution you'd like** Parse ACPI/PCI buses etc. to...
**Is your feature request related to a problem? Please describe.** I want to create random numbers. **Describe the solution you'd like** Add a PRNG and `random`/`srand` functions to KTF. **Additional...
There are currently static assumptions about how a BIB entry looks like (starts at beginning of a line, BIB tag and label are on this line, ignore @string tags). It...
Increased portability: Instead of using hard-coded Linux shell commands, the completer should rather parse the TEX and BIB files on its own using pure Python methods.
This loop: ``` while sudo ./run --ov --ts=0 impermissible; do /bin/true; done ``` on my test system ends up with an error after some time: ``` Traceback (most recent call...