Harm Berntsen

Results 8 issues of Harm Berntsen

When recording on a Raspberry Pi 2 (Raspbian with 4.4.16-v7+) with the v2 camera using the binary 1.4.2 release, I noticed that picam starts using more and more memory over...

When `userns-remap` is enabled in the Docker daemon on the host, the `iso-efi` format cannot be built. A `bin/linuxkit build -format iso-efi linuxkit.yml` fails with: ``` Add files: etc/linuxkit-config Create...

The `rusty_fork_test!` macro does not accept `async fn`. I need to test some async functions that share global data structures. It would be very useful that this could be done...

### Description The `RUN --mount=type=cache,mode=0777` instruction in a Dockerfile does not set write permissions for group and other for that directory (so you get `drwxr-xr-x`). The documentation does not mention...

area/builder
status/0-triage
kind/bug
area/builder/buildkit
version/25.0

The unsigned long resulted in incorrect types on my Linux x86_64 machine when doing DES operations. This fixes that.

Currently, cancelled jobs are not cleaned up from the CanceledJobRegistry. I'd like to see the [cleanup method](https://github.com/rq/rq/blob/193de26cff25329d29d2f112bffe7f82766e8b54/rq/registry.py#L528-L532) to be implemented and called from the overall [clean_registries](https://github.com/rq/rq/blob/193de26cff25329d29d2f112bffe7f82766e8b54/rq/registry.py#L535C5-L535C21) function. @selwin Would this...

When the Nextcloud installation is skipped, php8.0-xml will also not be installed. This causes issues for Roundcube because it won't load: `PHP Fatal error: Uncaught Error: Class "DOMDocument" not found...

### Summary of problem The redis integration does not filter parameters of the executed commands. ### Which version of dd-trace-py are you using? 2.10.4 ### Which version of pip are...

feature-request
stale