Dave Peck
Dave Peck
@wizardofozzie The `doc.kml` that you linked to is actually invalid KML, which is why `fastkml` is unhappy. Specifically, `doc.kml` has several `SimpleField` declarations where the `type="wstring"`. But the official KML...
I'm running into this bug too -- `{{post.content}}` in an archive page loop does not process through markdown -- so you end up getting the raw markdown text instead of...
Understood, thanks! I'm wondering where the solution lies. It feels like the current behavior is undesirable. Is this something that needs to be filed against Jekyll itself -- an improvement...
Seeing this too with `--concurrency=4` and `kombu`. Ugh.
If it's helpful, here's some detailed context: Tests passed on our `main` branch. We created a feature branch (`upgrades`) to update `mypy` and some type stubs dependencies (`django-stubs`, etc.). CI...
Hi @mcantor -- That's a great idea; sounds like fun. :-)
Is it possible to do stuff for free, though?
Got another vote today from a Go user. :-)
@traveller42 Ah, yeah. Originally when I shipped this it was all AGPLv3 but I decided that was stupid. Agreed that I need to fix this one.
That's a good suggestion, thanks @deiga ! Honestly it's been so long since I've looked at this code base, I'm not even sure _I_ know where to look anymore. I...