Chip Malice
Chip Malice
Sorry to be like this, but i've stepped thru the code in the debugger w/ step debugging, and the whole thing needs a rewrite. the parsing algorithm is fundamentally flawed...
@vors thanks for your response! Offhand i don't know but i (i as in _me_ but also i as in _whoever_) would certainly look at the rust one too when...
Thank you @uiri! I feel your pain 🙏 and I hope I can help out eventually 🤗 i *just* re-discovered that Pipfiles are in toml, and so we have: https://github.com/pypa/pip/blob/master/src/pip/_vendor/pytoml/parser.py...
@looeee i don't suppose you found anything for this? this is an issue i'll also be interested in improving around ..
TL:DR; this patch fixes it for me When I first encountered it in the [Site Generation section](https://docs.getpelican.com/en/latest/publish.html#site-generation), this was among the many attractive features of pelican that compelled me to...
small update on this issue - it looks like it is even more complicated than I first thought: if you pass an `--output` option, that path gets absolutized, but if...
lol yeah the TL;DR: of this for me for now is, if you're trying to use the `--write-selected` option, the workaround is you've also gotta use the `--output` option (and...
@leemengtaiwan maybe it's that you need to use an absolute path in `--output` ``` mkdir temp cd temp virtualenv -p python3 my_conda_env source my_conda_env/bin/activate pip install 'pelican[markdown]' pelican-quickstart [i said...