Jasper Spaans
Jasper Spaans
ESORT and ESEARCH are extensions to SORT and SEARCH allowing users to also get the number of messages (COUNT) matching their criteria, the MIN and MAX ids of those messages,...
I tried to create a package with a `timer` unit, which fpm installed as `.timer.service`. This allows one to install unit-files that are not services without mangling the name, and...
While trying to install this plugin on a vm running elasticsearch 1.3.2 I get the following: ``` text spaans@estest:/usr/share/elasticsearch$ sudo bin/plugin -install derryx/elasticsearch-changes-plugin -> Installing derryx/elasticsearch-changes-plugin... Trying https://github.com/derryx/elasticsearch-changes-plugin/archive/master.zip... Downloading .................DONE...
According to the shipped typing stubs, `ZstdDecompressionReader` implements the `typing.BinaryIO` interface. Unfortunately, it lacks the `fileno()` method that is promised by `BinaryIO` so this is a bit of a lie....
There's this situation where the parser in imapclient crashes on the response of a LIST command (from dovecot) when there is a mailbox with a name contains an (unclosed) opening...
I had to reread that line at least once, this makes it easier to grok. ### Short description ### Checklist I have: - [X] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [...