Faidon Liambotis
Faidon Liambotis
The generated manpage is the entirety of tox's documentation. It's currently at ~6000 lines of groff text, including the entire changelog. We are currently shipping it in Debian, but it's...
### Environment * Peering Manager version: master ### Proposed Functionality & Use Case As an alternative to the NAPALM & Netbox/NAPALM peering import, it could perhaps be interesting to also...
This fixes some unaligned memory access issues, which cause an immediate crash with SIGBUS on certain architectures (e.g. sparcv9, as the Jira ticket indicates), as well as performance degredation in...
It'd be awesome if client_python was type hinted, as that would allow downstream consumers to typecheck their API calls (one has to explicitly `# type: ignore` the import right now)....
Add configuration variables for the serial port and its options, allowing the configuration of a serial port at runtime via either "set", or DHCP options. The new "serial-port" option accepts...
The Broker class has a humongous start() method -- and with most of it wrapped in a try/except Exception guard at that. It makes a lot of assumptions, including parsing...
I came across Transportr (through [a tweet from Matthias Kirschner](https://twitter.com/kirschner/status/1210444343045230592)). It looks lovely, thank you so much for your efforts and for releasing it as free software! [ I realize...
The current list includes transit providers, ISPs, and "cloud" providers. There are two problems that content providers and CDNs may be facing with this categorization: - Content providers are now...
miniz.h right now serves two purposes: generic headers/function prototypes and such, and #defines that the miniz user can change to alter behavior/code size (e.g. `#define MINIZ_NO_STDIO`). It'd be ideal for...
In order to support UEFI VMs with QEMU, the following steps are needed, basically mimicking what libvirt does: - `/usr/share/OVMF/OVMF_CODE.fd` and `/usr/share/OVMF/OVMF_VARS.fd` need to exist. In Debian, that's just `apt...