Ryan Neal

Results 7 comments of Ryan Neal

I'd love to see the work! Good catch on the license, it is addressed in #53

@bcomnes has sadly found a new gig. Sorry for the delay, we are trying to get our internal resources marshaled to be able to properly respond to requests on the...

I am unfamiliar with that section of the package.json, but you're saying we could parse out a specific node version and try to set it via nvm? If this is...

I think that the `uuid` should be tied to the instance itself (e.g. it's oid) and then we add `site_id` right next to the `account`.

Some things that would also be really helpful - an example of converting an existing connection to a streaming connection - an example of how to configure and setup the...

Agreed 100% Also things like: - the `stan.Subscription` isn't a superset of the functionality of `nats.Subscription` - the go-nats-streaming package relies on the go-nats package, not the normal client lib...

I didn't realize that `github.com/nats-io/nats` -> `github.com/nats-io/go-nats` happened. I still have all my imports for the first one. I will update my imports properly. Thanks for the quick response!