Rafael Masson

Results 9 comments of Rafael Masson

This gem parses emails using Ragel grammars: https://github.com/mikel/mail/tree/master/lib/mail/parsers [Ragel](http://www.colm.net/open-source/ragel/) offers a language to defines grammars and it generates parser code (in Ruby or other languages) based on these grammars. Here...

This looks like regular address parsing behavior. Commas `,` are used to separate addresses. If you want to create address fields that may contain commas (or other special characters), it...

By the way sorry for my lack of comments. I opened the issue saying I could work on this but truth is I didn’t end up having enough time. Feel...

I would also really like to have @jhchen’s thoughts on this. The [Cloning Medium with Parchment](http://quilljs.com/guides/cloning-medium-with-parchment/#blockquote-and-headers) guide states the following: > […] While Inline blots can be nested, Block blots...

@grosser You are totally right that this is likely not the most appropriate fix. I just did a quick test not using the `qstr` variable at all, just using the...

Sorry for the delay! Yes I am confident enough with the specs I just added for comments inside Q-encoded display names.

Mmh not sure why specs fail on Travis. All green on my machine. Can someone have a look?

That must be because latest gem version 2.0.2 was [released on March 18](https://rubygems.org/gems/clockwork) and `:skip_first_run` option was [merged into master on August 13](https://github.com/Rykian/clockwork/pull/8#event-1203939967). Use this in your Gemfile and it...

See https://github.com/Rykian/clockwork/issues/33#issuecomment-351443341.