David Krutsko
David Krutsko
@dharmendrakariya Hey there, we don't actually use helm charts or k8s, we simply installed echoip through `go get github.com/mpolden/echoip/...` and ran the binary via systemd.
Yeah I'm having the same issue where I'm able to connect to `CA-Toronto` but not get internet access. On the other hand, accessing `US-New-York` works fine. I'll see if I...
Yes, I'm struggling with this as well but I'm unable to replicate it using these curl commands. I am seeing random upstreams in my `::nogroups` though.
Hey, so currently robot modules is implemented through functions so I don't think they're compatible with the class structure. I'm thinking of rewriting them to use classes in a future...
mmm that should work, I'm not sure why it's not working for you. What operating system is this?
So the keyboard functions are blocking, so the send input's do get executed in the correct order. It's weird that it doesn't in your case.
I'd see if you get the same problem in C++, using either [robot](https://github.com/robot/robot) or [SendInput](https://github.com/Robot/robot/blob/master/Source/Keyboard.cc#L382-L391).
Yes I know about TLS (at least on Windows) but what sort of functionality were you looking for specifically? It seems that a lot of the functionality offered by TLS...
Thanks for this, I'll take a look!
Sounds good, thanks.