sybrandy

Results 8 comments of sybrandy

Awesome. I did see that in part 2, but I thought it was just showing that a file changed not what changed in the file.

Hello, I'm a similar boat except I only really care about capturing stack traces if the program crashes. In our case, all of our generated logs, at least on the...

This just bit me as well. Perhaps some stricter validation of the Yaml is required so that if keys that it's not expecting exist it reports them as errors. Misspellings...

First, understood that this may not be a big problem, but not knowing all use cases and the fact that consumers could stop receiving events suggests to me that things...

I understand your concern. Unfortunately, I only have the one use case and I see a lot of events coming through our system. It's in batches and a lot of...

Hello, I have seen the number of goroutines climb significantly in the code that I'm running, however I don't know if it got to the point of causing any issues...

I found a bug in the streams library you use that also causes leaks and reported it [here](https://github.com/donovanhide/eventsource/issues/6). I patched the local copy I have an am testing it now,...

I will provide feedback. The code has been running all weekend, so I need to review some logs to make sure everything is working as expected. Then I'll report my...