Joerg Sonnenberger
Joerg Sonnenberger
It would be nice to support alternative image formats, e.g. webp for modern browers as alternative to jpeg. I'm willing to look into the implementation, but it would be nice...
Port the concurrent compression logic from pbzip2 to archive_write_add_filter_bzip2.c.
In https://github.com/coreos/go-systemd/blob/f5f8d59a116b1ca501dd87cdb28f6ce89ccf58dc/activation/files_unix.go#L66 the return value of `os.NewFile` should be checked before `files` is changed. It can fail if the environment variables don't match the file descriptor table, e.g. `LISTEN_FDS` is...
For single line input, web applications often use ``. It would be nice to allow checking those as well, especially if they have the input focus.
When running a standalone server with the ngram tables, it is often handy to only install the dataset for the languages that are expected, i.e. German in my case. When...
This is a proof of concept for fixing the parent component link for nested web components, e.g. when using ```
Verifying PostgreSQL certificates requires setting the protocol type for s_client as it is not plain TLS, but behaving more like StartTLS in other protocols.
### Subject Something else that requires developers attention ### Description In the main Dockerfile (https://github.com/docker-mailserver/docker-mailserver/blob/2018be7fdc04ce313667d365427fa9e79b4db2eb/Dockerfile#L99) 15-lda.conf is currently patched to contain the value of POSTMASTER_ADDRESS with a fallback value. It's...