Lars Sjöström
Lars Sjöström
yes, :shipit: please! :smile:
Update the systemd unit file in the `[Unit]` section and add `[email protected]`. Then it works! 
Ah, true regarding the config. But the permission set you will need one. The policy you wrote is not working as it's a oneof. You will not be able to...
Yes gRPC runs over HTTP/2. The headers are more or less the same as in HTTP/1 /w Authorization headers etc (read more here https://apievangelist.com/2018/02/05/headers-used-for-grpc-over-http2/). But gRPC have some addtitional headers...
A quick fix which works sufficient is to do something like this:  from previously getting this reponse: `rpc error: code = Internal desc = transport: received the unexpected content-type...
probably would be enough to implement the content type in https://github.com/ory/herodot this workaround is ok for me now. 
@kminehart, Great job with helm chart btw! You can get it working now by adding the following environment variable to the stateful manifest: ``` ... env: - name: POD_IP valueFrom:...
No problem! One example could be to control docker containers from systemd, one don't simply kill the "docker run" process, you need to pass in "docker stop " in order...
Experience the exact same thing. neovim lags from time to time in a mux session. Running ssh directly from wezterm without server muxing works without any problems. Did a recording...
removing prediction "solves" the problem for me. Something with `unix_domain` + `prediction` which makes things super laggy. https://github.com/lsjostro/dotfiles/commit/66cd01d8e82e7347c51d19f75ab3d19d721cfe94 I have a 4-6ms latency to my remote mux server which also...