Moritz Marquardt

Results 40 issues of Moritz Marquardt

This sounds similar to #47, but it happens with Podman 3.3.1 and a build from the master branch for me: - `podman-compose up -d` - `podman-compose down` - `podman-compose up...

Currently, environment variables can't be used as a full replacement for a config file, only in addition to one. If no config file exists, I think it should just use...

**Summary** Implement solution for email sending, as discussed in #204 and also attempted earlier in #217 for v3. This PR implements the following **features** * [x] Install DMA * [x]...

enhancement

## Expected Behavior Some stuff in PHP depends heavily on locales, so I'd expect locales to be supported by a general-purpose PHP container. ## Current Behavior I need to create...

bug confirmed

Is there a reason why [`get_empty_inline_table`](https://github.com/uiri/toml/blob/master/toml/decoder.py#L643) uses a local class? It prevents the result from being pickled: ```python >>> pickle.dumps(toml.loads("test = { fail = true }")) Traceback (most recent call...

type: bug
component: decoder

It seems like in [tls-enable.ldif](https://github.com/tiredofit/docker-openldap/blob/b99350ee07a3ab06072462baf17977fe954db8ce/install/assets/slapd/config/tls/tls-enable.ldif) and [10-openldap](https://github.com/tiredofit/docker-openldap/blob/b99350ee07a3ab06072462baf17977fe954db8ce/install/etc/cont-init.d/10-openldap), the variables are mistakenly called `..._DH_PARAM_...` and `..._DHPARAM_...` in such an infortunate way that it will always use the default values.

When running an upgrade in a Docker container with the `site` directory being a volume (I'm currently working on this image: https://codeberg.org/container-library/processwire), I'm getting the following message: ``` Warning: rename():...

This is awesome, but I can't use this anywhere as there's no license specified - it would be great if you could specify how we can use/modify this example. In...

According to https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/net/base/port_util.cc#97, port 5060 can't be reached from Chromium-based browsers anymore, causing this to break with the default setup. I'd propose to change the port to 5055, I can...