Sher Chowdhury

Results 15 comments of Sher Chowdhury

Hi @alexjfisher - Hope you're doing ok. That's what I was thinking too. It looks like this line doesn't appear to work: https://github.com/voxpupuli/puppet-zabbix/blob/master/lib/puppet/provider/zabbix_template_host/ruby.rb#L38 This should be returning a boolean value....

Ok after playing a bit, it looks like those parameters do work, and it is actually the documentation that needs to be updated.

@alexjfisher Hi! it's great to hear from you, hope you're doing ok. It doesn't look that straight forward though. I first assumed that I just needed to update the README.md...

> I'm seeing this too... > > ``` > ╰─ telepresence connect > telepresence: error: connector.Connect: failed to ensure traffic manager: failed to clean up leftover release history: the helm...

Actually, this seems to have worked for me: ``` oc project ambassador oc adm policy add-scc-to-user anyuid -z traffic-manager ``` After doing that, I deleted the deployment's replicaset, to get...

I think this is actually and issue affecting `node-gyp`: ``` $ npm install node-gyp npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: [email protected] npm WARN Found: [email protected] npm...

Raised issue here - https://github.com/nodejs/node-gyp/issues/2768

I think this error might be linked to how I installed Python, which I've done using [pyenv](https://github.com/pyenv/pyenv).

> `CXXFLAGS="-std=c++17" npm i` > > using Node 18 and npm 9 this worked for me.. am using m1 (macOS Ventura 13.2)..hope that helps ! > > thanks to @AitorDB...

How do I set `librdkafka-dev=1.9.2-r0`, is it done using some kind of env variable?