Colin O'Dell

Results 60 comments of Colin O'Dell

> One thing I think would also be needed is a way to track when new short codes are added to each provider, say due to an Emoji spec update...

> And this one doesn't seem to need any syntax, so I assume if the extension is used it is inserted at the top of the document We support three...

Yikes! Looks like the lazy environment initialization approach doesn't play nicely with extensions that register extensions that register config schemas. There's a quick and dirty fix I could implement that...

Wall of text incoming... sorry, I have lots of different thoughts here! > it would be nice to have config errors happen where the config is set The challenge here...

I encountered this exact same issue using Rouge within Jekyll. It turns out my IDE was stripping trailing whitespace which caused the single space on those "empty" lines to be...

I was unable to flash the same device purchased from Amazon this month. Log files from a fresh attempt via docker-compose: https://gist.github.com/colinodell/1578307a6fb67390bd230f7e3384cc5b I'm able to get the device LED flashing...

Although I was not able to get it working via docker-compose on my laptop, I was able to flash it successfully using a Raspberry Pi 4. It's entirely possible the...

I'd like to see a command which lists the partial URL and the controller that would be used. For example: | Route Name | Controller Name | URL | Controller...

FYI `league/commonmark` now includes an extension which provides full GFM support: https://commonmark.thephpleague.com/1.3/extensions/github-flavored-markdown/ This 100% meets [the GFM spec](https://github.github.com/gfm/), meaning that what we render should be nearly identical. (The only difference...