Lars Sjöström

Results 20 comments of Lars Sjöström

Update the systemd unit file in the `[Unit]` section and add `[email protected]`. Then it works! ![image](https://user-images.githubusercontent.com/500754/192285731-e193a59f-edac-4288-add1-5088cd03e3bd.png)

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: ![image](https://user-images.githubusercontent.com/500754/47996932-7f7acc00-e0fa-11e8-9cc1-5a1be0a68759.png) 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. ![image](https://user-images.githubusercontent.com/500754/47999054-8f49de80-e101-11e8-933f-bacf01beffd2.png)

@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...