Emanuele Barsanti

Results 14 comments of Emanuele Barsanti

``` > kubectl get services -A -o wide NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR default kubernetes ClusterIP 10.43.0.1 443/TCP 21h kube-system kube-dns ClusterIP 10.43.0.10 53/UDP,53/TCP,9153/TCP 21h k8s-app=kube-dns kube-system...

I made a one-file image builder for my RPi, if anyone is interested they can give it a try: https://gist.github.com/barsa-net/e049b9651677491bda8ca1ca4ce2ab7c It should only successfully build v.0.10.0 (which is the latest...

A little explain for 7c42ab7. Gevent uses a custom `_FutureProxy` object that implements `__getattr__` that ensures some methods like `.done()`, `.cancel()`, etc. will be returned by a contained `AsyncResult` object....

I originally left the pull request as draft for two reasons: - I planned to write some example in the documentation but I had not time to check how you...

Since `gevent`-testing is not strictly needed to implement #50, I'll just leave in this pull request the tests for what the implementation truly does. I'll try to figure out what's...

I feel the PR is ready to be merged, waiting for your approval @dchevell

I have a similar issue, and since both of us use the same jekyll theme, it seems the issue it's influenced by [minimal-mistakes theme](https://github.com/mmistakes/minimal-mistakes) My guess is: there could be...

Ok after some stress tests, it seems that in the following function https://github.com/lukejacksonn/GreedyNav/blob/605f64fee61b15fcae162f1353a25ee23ba2dd71/greedynav.js#L19-L23 `w` variable could get some smaller value than what is the real width of elements (in my...

@LittleFox94 not on my end, I don't use "vanilla" Kubernetes and as it's stated above it's mostly an annoying log entry than a failure, at least in k3s .

I built it on a RPi4 in arm64 with `docker buildx build --target=image --platform=linux/arm64 --output=type=docker,name=bwolf/cert-manager-webhook-gandi:0.2.0 --tag=cert-manager-webhook-gandi:0.2.0 --build-arg=GO_VERSION=1.17 .` and issued a staging wildcard certificate with letsencrypt, so it looks definitely...