Jörn Friedrich Dreyer
Jörn Friedrich Dreyer
If you want to prevent overwriting files that have been updated since the last time the file was retrieved we can use etags and the `If-Match` header. But to do...
this allows me to use https://github.com/markwu/todo-cli-plugins/blob/master/view and set is as the default action with `export TODOTXT_DEFAULT_ACTION="view context"`
https://opentelemetry.io/ allow tracing requests from client to server.
AFAICT we need to add `v2` for the packages, following https://golang.org/doc/modules/major-version There are some backwards incompatible changes that we should list. On the other hand we can add more breaking...
https://systemd.io/USER_RECORD/ can be mapped to ldap posixaccounts nicely and I'd like to use i homed backend to test out [write support](https://github.com/glauth/glauth/pull/135).
For posixaccounts - [`cn`](https://ldapwiki.com/wiki/Cn) is the human readable Common Name. - [`uid`](https://ldapwiki.com/wiki/Uid) actually is the userid or login id. But this will be a breaking change for the results produced...
requires https://github.com/glauth/glauth/issues/107
Pass in a common structured logger interface like https://github.com/go-logr/logr and config using the options pattern, see https://www.sohamkamani.com/blog/golang/options-pattern/ This will be a breaking change because the exposed api changes ... v2...
https://github.com/op/go-logging has dated a little. to reduce logging overhead we should switch to a zero copy logger like https://github.com/rs/zerolog or https://github.com/uber-go/zap. Not only will they reduce the number of memory...