Julien

Results 34 comments of Julien

No worries, I get it that we agree. I've pushed a PR.

Any chance to see that enhancement in future versions?

> There's a lot of unrelated stuff in this PR. Can you clean that up? Maybe I should change the title but could you be more specific about the unrelated...

I'm pretty interested in that feature. I read that's possible with [utils.map_coords](https://github.com/frewsxcv/python-geojson#map_coords). Is that right? Maybe I can help but I don't know how...

Nice! Where could it be implemented in the source code? By there maybe: https://github.com/facelessuser/pymdown-extensions/blob/f121e0816571ef2eadfa8cc6ba87fe169736a6e1/pymdownx/snippets.py#L62

When you write: > the best approach would be to create a separate TreeProcessor You mean, creating something like that somewhere in `snippets.py`: ```python from markdown.treeprocessors import Treeprocessor [...] class...

IMHO I would suggest to promote using flake8 as a git hook through precommit to allow developers check out errors before committing to the project and, optionally, run it in...

@timvink flake8 is built over pyflakes: https://github.com/PyCQA/flake8/blob/main/setup.cfg#L44 You can use flake8 to spot only a selection of errors (white-list) instead of ignoring others (black list). Let me know.

_Sorry for the delay, I got sucked into a black hole the last few months._ Hey @sandi-s1 and @zakird, thanks a lot for your answers and clarifications. So I'll use...

Thanks for you interest and taking time to report. According to the documentation, expressions can actually be shared: https://qgis-contribution.github.io/QGIS-ResourceSharing/authoring/what-to-share.html But I've never tried out this feature. Maybe I'm wrong. Could...