Dan
Dan
One thing we've done in the Go SDK in the STAN protocol is copy protocol-specific information onto the `context.Context` via a decorator/middleware pattern. It's also opt-in for the SDK users...
Has behaviour around this issue changed? I've just arrived here after trying the example from the docs which results in an invalid duration, but the docs suggests it should work....
Can a maintainer confirm if they would accept a PR with a definition file? We're currently evaluating a couple of similar services. We don't mind contributing some definitions but don't...
Feel free to create a PR with some documentation where you'd expect to see it within the `docs/` directory. I believe you could do something like this: ```go import (...
So I don't have a problem with deprecating support for STAN, however I don't believe telling users in the documentation that they should use the `nats_jetstream` package instead is the...
Yeah, I'm using it to expand a single received event into multiple events and getting the benefit of it all being asynchronous; it's quite handy!
I've just ran into this issue with a Deployment's containers object not merging properly with my `openapi` definition just containing a Knative service schema. Is it not intended behaviour to...
I've just pulled the code locally and started making a few changes to support this. I've changed the `JSONChildren() map[string]JSONPather` functions to `JSONChildren() map[string]interface{}` just to see how this affected...
Just following this up, is there a contributor around who could comment?
I think I came across a similar issue while trying to write a jest preprocessor for TS -> Babel and getting code coverage right. I ended up not passing inputSourceMap...