Adphi

Results 34 comments of Adphi
trafficstars

> What do you mean exactly by "... support QPromise exposition to QML"? I mean: exchanging promises between C++ and QML. I was hopping to be able to return a...

Thank you. I'll keep an eye on this.

Have you looked at [the k8s external coredns plugin](https://coredns.io/plugins/k8s_external/) ?

Many times after... ping @sbezverk

Thanks for your answer. I am currently working on a small pure go - API first (grpc/rest) router and may need to provide L2 Rules support, but there is no...

This PR has many issues like infinite loop on unexpected / ignored errors, or unmarshal errors due to wrong fields types caused by it being too focus /based on azure...

I finally had time to deploy crowdsec with this pull request. Globally it works pretty well, thanks 😀 But the first thing I noticed is that crowdsec refuses to start...

``` Nov 08 12:33:45 crowdsec[31337]: panic: runtime error: invalid memory address or nil pointer dereference Nov 08 12:33:45 crowdsec[31337]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x13383fa] Nov 08 12:33:45 crowdsec[31337]:...

I also struggled with this problem... Comparing with an alpine vm, I found that the `dev` service in use is not `udev` but `mdev`. It is provided by this package:...

I forgot one thing, you have to enable the services needed for the boot process. So you may want to add this to the Dockerfile: ```Dockerfile RUN for s in...