Results 26 comments of hetii

@andrewhibbert > Is there a way to do this via the helm chart? For my usecase where I use rancher-monitoring chart I did: ``` prometheus: prometheusSpec: containers: | - name:...

@akshayubale1 From the logic that we can see inside this project I assume this multiparser has no his own logic. What it does it just make an instances of existing...

> Hey @hetii @ownion Which php redis implementation you're using in your project? Hi @intuibase In my case I use redis deployed by bitnami helm chart: redis-17.3.17 and redis version...

Yea... In my alpine image and php8.1 I simply do: ln -s /usr/bin/php81 /usr/bin/php after php installation.

Here is even simpler example that show us when iptc.Target() if invoked then in the background 5 sockets are opened and till process is up they are also there so...

ok next small update. It seams that when first time rule.tables is invoked then those socket object are created. in [1]: import iptc In [2]: rule = iptc.Rule() In [3]:...

The same for me. I parse json escaped logs from ingress controller and all field are as a text type :/ Probably this plugin ignore the types keyword. @repeatedly Can...

Yes, when I did that I got popups: ![Zrzut ekranu z 2023-08-07 20-12-16](https://github.com/hidviz/hidviz/assets/3405461/51a9ced1-b6e7-4f05-ad68-e2cb64773de9) ![Zrzut ekranu z 2023-08-07 20-12-35](https://github.com/hidviz/hidviz/assets/3405461/c7bc645d-f48d-49be-bc34-f51e396b59f1) I I just check that also on my another machine under LinuxMint:...

I install it always by pipenv in latest version, no clue now on with version it was when I put this issue here... :/

Hello guys, it's 2021 and this issue is still not resolved :/ Below my workaround that honor multiple .dockerignore in any path location in project between stages. This need to...