Adphi

Results 47 comments of Adphi

Hello @mahald ! No, I'm sorry.

Hello @ssst0n3 ! We do not officially support ubuntu 12.04. It is too different from versions 16.04+ (SysVinit...). I can try to help you but we won't be making any...

Hello @ssst0n3, Thanks for you pull request ! I'm sorry, but I'm not sure what to make about it. As stated in the issue ([#55](https://github.com/linka-cloud/d2vm/issues/55#issuecomment-2307059071)): > we won't be making...

I'm ok to add non official support for it, as long as you maintain it. We need to add some tests for this. But they will be optional because it...

We don't use it directly. It is used by [github.com/improbable-eng/grpc-web](https://github.com/improbable-eng/grpc-web). Somehow, `nhooyr.io/websocket` was updated to `v1.8.17` in one of our projects `go.mod`, which broke the application on Chrome/Android. We had...

The server code is [in websocket_wrapper.go](https://github.com/improbable-eng/grpc-web/blob/master/go/grpcweb/websocket_wrapper.go#L128-L131). The client code is the [nice-grpc-web websocket transport](https://github.com/deeplay-io/nice-grpc/blob/master/packages/nice-grpc-web/src/client/transports/websocket.ts).

It does not seems to be possible: ``` replace nhooyr.io/websocket => github.com/coder/websocket v1.8.13 ``` ```bash $ go mod tidy go: finding module for package github.com/coder/websocket/internal/errd go: finding module for package...