Results 60 comments of Daniel Wu

I have an embedded screen with my 3d printer, and I really hope the screen can be controlled by the power management system of Pi. It seems wiring two points...

I used to use my own ant target to generate php/python/java clients. I really appreciate if you can support the -gen parameter.

v0.16.3, Mac OSX same here

java client has an IO thread to publish and acknowledge the messages from the buffer in batches. If you need to know the ACK of each message, it allows you...

could you also put some explanation about the DNS? How the domain names are resolved by coreDNS outside of the cluster?

same here, it used to be working and today it stopped to work suddenly. ``` ❯ curl -ik https://kubernetes.default curl: (6) Could not resolve host: kubernetes.default ``` The daemon log...

> Our solution was to re-install telepresence: > > ```shell > telepresence helm uninstall > telepresence helm install > ``` It does not help here. The problem is, it sometimes...

@thallgren Sorry, I did not make it clear. I checked the `/etc/resovler` and `lsof` when telepresence tells me it's connected. Today I manually deleted everything in `/etc/resolver` and restart telepresence...

I set the log level to debug and this is what I got. ``` telepresence loglevel debug telepresence status W0905 16:40:34.648537 72573 native_arm64.go:52] Could not read /proc/cpuinfo: open /proc/cpuinfo: no...

Ha, it frustrats me because it works today. I will try to catch it when it does not work.