Pomax

Results 774 comments of Pomax

Not really, tooling that expects a CSP header won't work that way. It's a dumb preset, but for the first few weeks of dev work, also a _very_ useful preset...

Related to that, which file(s) need to be overridden in order to fix this in individual wagtail installs until a next version hopefully fixes this? (I cannot seem to find...

I've tracked this down to `wagtail.core.rich_text`, where the following changes ensure correct empty paragraph handling: ### __init__.py ```python ... from wagtail.core.rich_text.rewriters import EmbedRewriter, LinkRewriter, ParagraphRewriter, MultiRuleRewriter ... def expand_db_html(html): """...

Hmm, the richtext editor makes it seem like it will do something, though, so our content writers are complaining that they're creating content with conveniently added spacing, and then that...

Note that `` isn't any better than just leaving the ``, as the br element is intended for introducing a line break inside of text content, rather than being used...

I know, this issue is to get that information surfaced in the README.md instead, because that's where people expect to find it =)

Good point. But given that fact, it would be a good idea to update the `clone` function to make sure that it checks for all required parameters, and throws an...

Also note that while, with ``const dir = `/${repo}`;`` things work, the clone function [doesn't return anything](https://isomorphic-git.org/docs/en/clone), so the example code listed in the README.md is not super useful: console...