Colin O'Dell

Results 55 comments of Colin O'Dell

Semi-related question: will this Docker image work with CrashPlan for Small Business?

It looks like this occurs with both `U+1E9E` LATIN CAPITAL LETTER SHARP S and `U+00DF` LATIN SMALL LETTER SHARP S. Both of these should return `ss` when case-folded.

Ah, I didn't see that! Yes, that will work as a short-term solution. I do want to add other clients in the future, possibly with different log formats, so having...

I really like the idea of providing an API. In the mean time, you could add the file as a custom Composer package: https://getcomposer.org/doc/05-repositories.md#package-2 (I'm doing something similar in league/commonmark...

The code itself looks fine, but I'm not sure I understand the use case here. Would you mind describing why you'd want this to ignore an added schema? And with...

Fixed in [v0.4.0](https://github.com/thephpleague/color-extractor/releases/tag/0.4.0). Thanks for the PR!

We implemented something like this in [league/commonmark](https://github.com/thephpleague/commonmark) (a fork of this library for PHP) by decoupling the specific syntax features from the core engine. We broke out all the parsers,...

> Another thought: while one reference parser is crucial, in the JavaScript world there are already several more popular commonmark-compliant markdown parsers. Perhaps it would relieve the burden of maintenance...

Strikethrough support will likely be added if/when it becomes part of the spec. You can follow that discussion here: https://talk.commonmark.org/t/strikeout-threw-out-strikethrough-strikes-out-throughout/820