Bob Potter

Results 15 comments of Bob Potter

FWIW, the recent parser rewrite (currently in master) will likely be able to parse this without issue. The treetop based parser in 2.5 uses the RFC2822 grammar for Received headers...

@lemire did you have any thoughts about how to implement this efficiently? I haven't been able to come up with anything better than serializing and dumping to a hasher. I...

It's very odd that it would work by itself but not in the context of RedStorm. I don't see any issues in your code. If you're running on JRuby you...

@yourtallness no plans for ZK consumer integration in posieodn but there is a separate project which adds support for it: https://github.com/bsm/poseidon_cluster

Yup, the RAILS_ENV issue is fixed on master. I hope to push a new version of the gem this week with that fix and 3.2 support. What errors are you...

I've pushed an 0.0.5 release. Can you check if it fixes your issues?

@grosser cleaned up the duplication in `#find_attachment_filename`. I like to avoid using `#send` if possible.

@bf4 I don't have anything that's easily extractable, I was profiling an application. I agree a benchmark suite would be really useful.

This looks great! I would like to have an integration test that reproduces the issue. Have you looked at writing one? It would probably have to be linux only (b/c...

@sclasen thanks for tracking this down! I'm working on putting together an integration test that reproduces the issue.