Stephen Reddekopp
Stephen Reddekopp
I can only speak to the current state, but it is perfectly usable and the open issues seem to be more design related than bugs. I've been using this library...
I agree that this is a problem. We've discussed moving the test helpers to a different project to keep this from being a problem. Until that happens, if you aren't...
The second example will also work if you change `onSubmit` to be processed asynchronously by setting `stopPropagation` to `False`. So the code works with either an async form submit or...
@casperschipper I'm not seeing this behavior. Is it possible it's a browser-dependent problem? I'm using the latest chrome on MacOS.
@casperschipper nevermind! You are absolutely right. I didn't realize "tagging" was the title of an example. I'm sorry for the confusion! I hadn't ever scrolled past to fold to see...
This affects `slice`, `left`, `right`, `dropLeft`, `dropRight`. While 0.18 also used `slice` in the same manner, I believe that it is important to treat surrogate pairs consistently between all `String`...
@dillonkearns I'll work on this one if it's up for grabs!
@dillonkearns What are your thoughts on how to handle multiple trailing "entity references" per https://github.github.com/gfm/#example-626 ? It only explicitly mentions handling a single, trailing reference, but it sure feels like...
One piece of supporting evidence for the idea of trimming all: the parentheses rule removes all trailing unmatched parentheses.
Another question! The [spec for url autolinks](https://github.github.com/gfm/#extended-url-autolink) only mentions support he protocols `http` and `https`, but there's a [test](https://github.github.com/gfm/#example-628) that also shows supporting ftp. It's easy enough to add ftp...