Simon Ser
Simon Ser
It's useful to know as a client dev that, for instance, a `WHO` command shouldn't be sent while another one is still in progress. It would be nice to add...
Ref https://github.com/ircdocs/modern-irc/pull/114#issuecomment-908125331 In a client, it's useful to know whether the user has set an explicit realname, or whether it's unset. If it's unset, it doesn't provide any useful information,...
We'll probably want to expose a `DefaultVerifyOptions` variable to allow users to easily customize the defaults (e.g. keeping the default `MaxVerifications` but change the default `LookupTXT`).
With https://github.com/emersion/go-msgauth/pull/29 we no longer generate broken signatures with FWS where they shouldn't be. However we could still improve our folding algorithm. Given these constraints: - We want to be...
We already have a DKIM milter, we probbaly want a DMARC milter too.
The RFC doesn't say to replace lone LF with CRLF. https://github.com/emersion/go-dkim/blob/master/canonical.go#L19
Autre chose pouvant être: - Soit du JS natif - Soit un vrai framework JS qui permette de faire des choses propres, comme Vue.js
Some cameras (e.g. Pixel 3a) support video capture up to 240Hz (with a lower resolution). This is useful in some niche use-cases, e.g. measuring the duration of a quick event...