Caleb Lloyd
Caleb Lloyd
I don't think we want to expand the scope of this project past what it currently is. The `chown` functionality is mainly for switching ownership of the `$HOME` dir, but...
> What I am proposing is an option that would change ownership of all files in the specified folder I can see how that would be valuable, but it's a...
I have not heard of a `defect` release before, but `fix` is common with `breaking.feature.fix` from [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/), [Semantic Release](https://github.com/semantic-release/semantic-release), and the prior art those are based on I think...
Is this better managed out of band? There are lots of considerations here- upstream health checking, resolving DNS names at a specified interval, failing over, failing back, etc. It would...
I don't think this really makes sense, resources managed by NACK should not be deleted out from under NACK. The operator typically only responds to changes in K8s resources, not...
The continuous reconcile loop would need to be put into the PR for this to be effective then, I believe. I don't think this loop runs on a timer right...
I have created a [patch of this PR against v3.8.5](https://github.com/caleblloyd/oclif-parser-patch-single-value/tree/v3.8.5), if using yarn, you can add the following [yarn resolution](https://classic.yarnpkg.com/en/docs/selective-version-resolutions/) to `packages.json` and get this change today while we wait...
The de-facto JWT Library is the Go library - https://github.com/nats-io/jwt I think the JS version also has fairly broad support - https://github.com/nats-io/jwt.js Would need to decide what functionality NATS.Jwt would...
I don't think that WebSockets support HTTP Headers. I've been frustrated by this before :smile: https://stackoverflow.com/a/4361358 SignalR Core [uses a query string parameter ](https://learn.microsoft.com/en-us/aspnet/core/signalr/authn-and-authz?view=aspnetcore-8.0#bearer-token-authentication) to transmit bearer tokens over websockets
Good to know. Maybe we could have a callback in `NatsOpts`: ``` Func? ConfigureWebSocketOpts ``` Where the `Uri` argument is the URI of the NATS Server we are attempting to...