Felix Neumann

Results 13 comments of Felix Neumann

We see this quite often. We scan all our Docker images, and vulnerabilities in the base image suddenly resolve without the base image being changed. Or, likewise, one image reports...

From the [fetchmail docs](http://www.fetchmail.info/fetchmail-man.html#8) it seems, that fetchmail allows a comma separated list of folders (only if `idle` is not set, but Mailu doesn't set it anyways). A simple input...

Any news on this? Any intermediate results? Also a half-working implementation might be a good catch for others to join in development.

Same issue on my Shift5me, Android 8 (with Google Play Services). Infinite dialog loop, though I always select the SD card root. Sometimes, the apps info dialog only appears for...

`actions/cache` introduced a timeout (defaulting to 10min) in version `3.0.8`, see [the documentation](https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout).

We're seeing a similar issue. @wutkemtt, did you have any new insights in meantime?

So I guess that the file doesn't exist actually? Can you give a bit more information about the exact request URL and the file system state (i.e., whether files and...

Glad everything works for you! I'll leave this ticket open to improve the `README.md`. As for the Google search, that has nothing to do with _gone_, but is a function...

# Implementation via hook directories Adding functionality to existing workflows calls for _hooks_. A hook is an executable, e.g. a shell script, placed inside a special directory structure inside the...