Alex Feldgendler

Results 17 comments of Alex Feldgendler

@achille-roussel Hi! Could you please look at this fix?

I set `MaxWait` to a very large value, essentially infinity. I don't see why I'd want `FetchMessage` to return empty-handed. Whenever it did, I would just restart it because I've...

@achille-roussel Hey, any chance for this to be merged?

@achille-roussel any news? Sorry to bother, but this is important for us, and it's bothersome to live with a local package replacement.

@Antonboom Does it look mergeable now?

Hi! Do you think you can do something about this? We are using `golangci-lint` and had to disable `unused` for `*_test.go` files because of this issue.

Marking every dependency of a skipped test with `nolint` is too much trouble (and then you'll have to remember to remove those marks later). Instead, I'll share a hack that...

Option 3 would be to invent a way to declare that a certain function does not return, e.g. in a special comment.

How do you know that about `SkipNow` in the first place? I suppose there is a list of known non-returning functions somewhere. A special comment could override that knowledge, so...

The fix for this bug was reverted soon after being introduced. Are the reasons in #416 still valid? That was in 2020, and some things might have changed since (for...