Ultrabug
Ultrabug
@bbusse I'm closing this until you can/want to make some time to finish this, thanks again!
You're right, I should move those modules to pure `dbus` like the spotify module.
Just to make sure I get it right: what would be the expected behavior here? Silently ignore any `` containing the rendered SVG of the emoji? Raise an error and...
Maybe we need to modify the python-markdown preprocessing for the title parser. Gentle ping to @facelessuser who I suspect is a master in python-markdown processors. It's quite obscure to me...
MkDocs 1.5 have a [title processor](https://github.com/mkdocs/mkdocs/blob/master/mkdocs/structure/pages.py#L268) which is now in charge of rendering the title of the page using a custom python-markdown `Treeprocessor`. Emojis in page title which are rendered...
Thanks for clarifying things better @oprypin I allowed myself to illustrate the effects of [the proposed PR](https://github.com/mkdocs/mkdocs/pull/3394) to link it to this discussion
This idea is cool and I already feel like it could benefit multi-language builds such as when used with the `mkdocs-static-i18n` tho I'd have to check. While the `FileSystemBytecodeCache` implements...
My point is that multi-build users could benefit from this while still clearing the cache at the very end (if we make it possible / tunable)
If we consider that we `add` the hash to either the `filename` or the `url`, here are a few names that come in mind: - `use_hash_filename` - `use_hash_url` --- -...
Hi @sumau ; it would be useful if you could propose that change through a PR maybe?