Allie
Allie
We depend on `pytz`, but until late last year we got it implicitly through depending on `Django`. Since their release 4.0, however, they no longer depend on `pytz`; commit `250479dc3`...
The prose contains this language: >All command bodies consist of an 8-character command name, padded with spaces, [...] This contradicts the ABNF immediately prior, in which command names are of...
In Go 1.15, converting from non-byte or -rune integer types directly to a string became a `go vet` warning, enabled by default when running `go test`. Goutils was using this...
So the current [secrets system](https://github.com/Cyclid/Cyclid/blob/aacbeb1a83648b31ee59db93e56a73605a6d4d94/app/cyclid/job/job.rb#L70) probably needs rethinking. `OpenSSL::PKey::RSA` defaults to PKCS #1 v1.5 padding, but what the docs don't tell you is that they make that decision for backwards-compatibility...