Jordan Rash
Jordan Rash
**Describe the bug** On 5/23, Alpine Linux [release](https://www.alpinelinux.org/posts/Alpine-3.16.0-released.html) v3.16 which is now default for `alpine:latest`. The Dockerfile for wash currently builds from `rust:alpine` which is v3.15 of Alpine. This is...
Closes #3994 - [X] Link to issue, e.g. `Resolves #3994` - https://github.com/nats-io/nats-server/issues/3994 - [x] Documentation added (if applicable) - [x] Tests added - [X] Branch rebased on top of current...
Per the discussion [here](https://github.com/WebAssembly/component-model/issues/125), it appears that a `list` is the wit equivalent of a python dictionary or more specifically for my use case, a go map. If wit isn't...
As an extension to #692, I would like to see the "lame duck" tag implemented. Similar to NATs [lame duck mode](https://docs.nats.io/running-a-nats-service/nats_admin/lame_duck_mode), it would cause the host to drain itself and...
### Proposed change As it sits now, we are doing runtime checks to dertermine what should be installed. This will build the nex binary with the approperate prereqs compiled in...
Following along with youre amazing work with the PicoW wifi. Thanks a ton for everything you're doing for the community. I have been able to successfully write messages over MQTT,...
In an attempt to better understand the NATs ecosystem, I wanted to programmatically verify the Chain of Trust between the operator, account, and user JWTs. I am using the code...
Closes #233
### Proposed change We are not currently validating binaries are being deployed to machines that support the binaries architecture. For example, if we attempt to deploy a linux/arm64 binary to...
### Observed behavior Currently, every build it being created with default workloads of [this](https://github.com/synadia-io/nex/blob/3d248329e3b430a367e5dc30fd7fa4a904cf562a/internal/models/config.go#L145). Not all OS/Arch support all workloads and this value should be build tag dependent ### Expected...