crazymind1337
crazymind1337
Wrote an email to the repository owner and ask about his plans.
Camera not working for me too. I am using OrcaSlicer 1.8.0 with Creality K1 Max with latest firmware from Creality. If I configure the suggestion from @avxmw camera only shows...
We also would like to get this asap in a release. Sadly I am not a valid reviewer in this group.
Seems to be the same with the little difference they are setting `encoding` via Class `postgresql::server`. I am setting it via `postgresql::server::globals`.
Using the parameter `postgresql::server::encoding` works on our nodes, but it does not work with the same classes in our rspec tests, which is extremly strange. Anyways - it has to...
Added `Steps to Reproduce (docker)` to the initial post.
And while testing the steps from `Steps to Reproduce (docker)` with a changed command it still fails with a dependency cycle. ``` /opt/puppetlabs/bin/puppet apply -e "class { 'postgresql::server': encoding =>...
Well I think I found the issue - it is at https://github.com/puppetlabs/puppetlabs-postgresql/blob/main/manifests/server/instance/late_initdb.pp#L46 and https://github.com/puppetlabs/puppetlabs-postgresql/blob/main/lib/puppet/type/postgresql_psql.rb#L137 `postgresql_psql { "Set template1 encoding to ${encoding}":` is set to but run before `Anchor["postgresql::server::service::end::${name}"]`, but in...
Commenting out https://github.com/puppetlabs/puppetlabs-postgresql/blob/main/manifests/server/instance/late_initdb.pp#L46 does NOT fix the issue. The depedency cycle still happens for me if using the latest state of `main`.
As deeper I get into the modules code as more confused I am getting...