Vladimír Vondruš

Results 549 comments of Vladimír Vondruš

So, not going to do the specializations for other containers either? I'll convert that to an issue, then, in case it eventually becomes useful for someone else.

Okay, finally -- merged this as 96f97d4e7a28700b595067820a60b9c3e93281e8 and eb17d775625439292eab029d71ce658b4d2ae143, and wrote some introductory docs in 4580c30d1e4fbe1cef744d980a137c8fe0923344 and 48326ac418590fa89a4d5ee21231bb61ad0c865e. What I only realized when testing locally was that the linker error...

Implemented with #576.

As of 759e3abcf86cfa1a039c782e739ec2ffdb84c7b1, this file is maintained in `src/debuggers/natvis/`. Thank you!

@cjer I'm using pelican to generate primarily static sites, with a blog being just an optional part. Frankly I didn't have any problems or wasn't missing documentation on how to...

*(Disclaimer: I'm an OCD freak when it comes to formatting. Take with a grain of salt :laughing: )* In my themes I'm not indenting the `` / `` tags to...

> First, it's important to note that we basically can't edit the generated output directly; Of course ;) To make myself clear, I was looking at the output to see...

Didn't find any utility that could do both HTML escape and unescape in Pelican codebase, so it's using either `html.escape()`/`html.unescape()` on Python 3 and a "polyfill" that mimics the same...

Oh, sorry for the late reply, the notification got somehow drowned among all others :/ Encoding the `SITEURL` would break the feed generator -- it expects a non-encoded URL and...

Okay, um, then the behavior is a matter of opinion, I guess: - Either expecting the users to pre-escape `SITEURL` (and potentially other variables) in settings.py and then hoping that...