Simon Schubert
Simon Schubert
If dma is incorrectly configured and fails to deliver (e.g. to a smarthost), it will keep using the old (bad) config, even if the configuration is corrected. Maybe the config...
http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/baselib-sendmail-1.html
at least in aliases_scan.l and conf.c strdup is being used without checking
Is there a reason why arrays of floating point numbers are not being encoded in a binary container?
Currently there are no signatures attached to a block on the ledger. To validate (a prefix of) the blockchain, f+1 (out of 2f+1) correct peers will have to agree on...
I am using systemd timers to schedule backup runs. Mails sent after backup never arrive, presumably because: 1. backup software invokes `mail` 2. `mail` invokes `dma` (as `sendmail`) 3. `dma`...
My code uses `&impl Trait` function arguments, but automock struggles with it (see example code below). If I use generics, mockall forces me to add `+ 'static`, and I don't...
Seems the IO is opened in "text" mode and some ruby subsystem strips the carriage return (0x13) characters. That's no good if you are actually talking a binary protocol.