Caleb Lloyd
Caleb Lloyd
Supported in [nats-1.0.0-beta.0](https://github.com/nats-io/k8s/tree/nats-1.0.0-beta.0/helm/charts/nats)
Closing due to age of issue; if experiencing in current versions please open a new issue.
Closing due to age of issue; if experiencing in current versions please open a new issue.
Closing due to age of issue; if experiencing in current versions please open a new issue.
Added a `nats` user/group with UID/GID 1000:1000 in #47 and it will be in the next release This is still opt-in for backwards compatibility issues, so on k8s will still...
Fixed in #47 and will be in next release
It is multi-arch now
Yup, I can confirm that this works on Linux. Using `@connectrpc/connect-node` version `2.0.0-alpha1` ```js import { createGrpcTransport } from "@connectrpc/connect-node"; import { connect as nodeConnect } from "node:net"; const socket...
Right now the entire program is sequential, so it can't really take advantage of more than one proc. It probably makes sense to make the chown calls concurrent and use...
> There is also a more efficient walk function that was introduced in 1.16: https://pkg.go.dev/path/filepath#WalkDir Turns out that function is more efficient because it doesn't call `LStat` on each file...