Bob Long
Bob Long
Previously, running this new test case would throw an `Encoding::CompatibilityError` error, as it attempts to join the parsed ASCII-8BIT string and parsed UTF-8 string together. Now, if a set of...
work in progress
Thanks for a great package! I think there might be an issue with pasting image urls. For example, when I copy and paste a URL from the Chrome address bar...
Please feel free to push me in the direction of something more idiomatic if this isn't working, I'm pretty new to Elixir. I have a need for auto escaping of...
just seeing what breaks in CI
I think there should be a whitelist of protocols: ``` markdown [click me](javascript:alert(document.cookie)) ```
Eg. '123foo' gets converted to 123, due to the use of `to_i`. I think that it would be preferable for the integer filter to do something like: ``` ruby begin...
The following URL doesn't seem to load any actual content (just metadata). Some pages on that site seem fine. Any idea what's up? ``` haskell λ let url = "http://www.goodreads.com/book/show/301538.The_Darkness_That_Comes_Before?from_search=true"...
fixes https://github.com/newsdev/archieml-ruby/issues/1 I got bitten by this too. I think URLs are compelling enough to treat this as a special case. I also think that the `START_KEY` regex is complex...