R.I.Pienaar

Results 138 issues of R.I.Pienaar

Not all shells and all environments sets ENV[HOME], line 90 of options.rb has: ``` config_file = File.open(File.join(ENV['HOME'], '.clickatell')) ``` which raises an exception and dies without sending sms if HOME...

**Is your feature request related to a problem? Please describe.** When editing AsyncAPI documents it would be useful to allow $schema since modern IDEs will do code completion etc based...

keep-open

This closes the loop on supporting ADR-8: * We fix the bugs identified by @scottf where WatchOpts can confused Keys, History etc by now only accepting a context. * We...

The client hides a number of early errors from the user, take the code here: Client with obvious errors ```go package main import( nats "github.com/nats-io/go-nats" log "github.com/sirupsen/logrus" ) func main()...

I used `g.Update` to append lines to a text box that scrolls - like a tail -f. Periodically i remove lines from buffer so the size doesnt grow forever, however...

I've been trying to figure out if there's a way to make a certificate as PENDING from the server. I can see the CSR verifier and can see how I...

enhancement
server

WIP PR for Jaeger, others to follow Signed-off-by: R.I.Pienaar

When there are long running NATS clients you might have the environment change underneath you, like say perhaps the client is fed with data from SRV records or some other...

The library has a lot of logic in it but its all fairly opaque and it makes debugging issues quite hard, is it actively trying to send pings/processing pongs etc,...

hello, I am facing a problem where reconnects are not happening at all - or perhaps the library does not detect the failure. To get nearer to the bottom of...