Gerd Riesselmann

Results 11 comments of Gerd Riesselmann

As @SpencerDuball noted, this may have something to do with CSS Grid/Flex-Box. I at least stumbled upon the same problem when using ChartJS inside a Grid. This is my basic...

@HenriWahl I unfortunately don't know. We introduced the UNREACHABLE severity in December 2021 when 3.8 was the latest release.

@HenriWahl Unfortunately not :( I tried 3.13-20240108

We managed to fix this, at least for our use cases. See https://github.com/puppetlabs/puppetlabs-docker/issues/627#issuecomment-1927768622

We face this problem in version 9.1.0 Since puppet runs every 10 minutes on all our machines, it restarts nearly all our docker containers that use latest images. This module...

We fixed this by turning the execution of $image_install from an exec to an onlyif dependency in image.pp, lines 146pp: ``` } elsif $ensure == 'latest' or $image_tag == 'latest'...

@ghomem The reason I hesitate to provide a PR is: The fix only works if docker::run subscribes to the Image class, which is not how the module is designed and...

@ghomem You are right. Here is the fork: https://github.com/gerdriesselmann/puppetlabs-docker/, and here is the commit: https://github.com/puppetlabs/puppetlabs-docker/compare/main...gerdriesselmann:puppetlabs-docker:main

Given the SSH settings are already configured through SSH config, it would be enough to just read the `Host` line, split it by space and create an entry for each...

I have this issue on two machines, desktop and laptop. I run a gnomified version of Ubuntu though (identifies as Ubuntu Gnome), since I installed the ubuntu-gnome-desktop package,