David Uhlig

Results 9 comments of David Uhlig

Still not supported in 6.5.2 it seems. Would really like to see this feature.

We experienced the same issue. This added >150GB of data within 24h until our server ran out of space. Every ~2 minutes, a new document was added to `rocketchat_user_data_files` looking...

Just realized the data in the collections is from the data self-checkout on `/account/preferences`. So we might be fine just removing all data from the three mentioned collections? However, since...

We experienced this bug again today on Version 6.9.3. We disabled the User Data Download temporarily now. We would appreciate if this gets fixed soon.

This arises because the `tailwindcss-rails` gem was upgraded to Tailwind v4, and came with a change in how assets are handled. As per [release notes](https://github.com/rails/tailwindcss-rails/releases/tag/v4.0.0): > The tailwindcss:install task no...

According to the [documentation](https://getwud.github.io/wud/#/configuration/triggers/docker-compose/), the docker-compose trigger does more than updating the container tag in the `compose.yml`. It also pulls the updated image and refreshes the container. With the given...

Respectfully, I disagree. It is common to have `compose.yml` configurations with mixed service declarations like: ```yaml # ~/docker/proxy/compose.yaml services: nginx: image: nginx labels: wud.watch: true wud.watch.digest: true wud.tag.include: ^latest$ mariadb:...

I might have missed that you've become the maintainer of this software. Unless that's the case, we should let him decide. I would appreciate it if you could revise your...

Isn't `wud.tag.exclude` what you're looking for? https://getwud.github.io/wud/#/configuration/watchers/