Joshua Munn

Results 39 comments of Joshua Munn

This appears to be due to `graphene-django` being incompatible with Django 4 (4.1?). `graphene-django` [appears to be unmaintained](https://github.com/graphql-python/graphene-django/issues/1334). See also https://github.com/graphql-python/graphene-django/issues/1324#issuecomment-1140494403. This will probably also affect https://github.com/torchbox/wagtail-grapple/pull/143

@swapneils emacs package management is pretty painless IME. You could, for example, check out this branch (or the main branch on my fork) into `~/.emacs.d`, then run `M-x package-install-file`, `~/.emacs.d/hy-mode/`....

Apologies - after reviewing the tests I can see that this is intended behavior of hy-mode: ```hy (it "form opens a form - only sexp on line" (expect " ((a...

Hi @easherma , to clarify: is your request to allow defining "anonymous" `StructBlockFactories` inline on a `StreamFieldFactory` declaration - i.e. not by subclassing `StructBlockFactory` separately?

I'm happy to work on this. Before digging in, what do we think about changing from RST/Sphinx to [mkdocs](https://www.mkdocs.org/)? Personally I find markdown more pleasant to write than RST, but...

@tbrlpld > I am confused by the "0": "my_block_type", # Default value for "my_block_type". Is "0" the value? In this case, this means that the 0th item in the generated...

@ferstar that's great, thanks. Looking forward to the release.

This is currently blocked on https://github.com/wagtail/Willow/pull/99 until we solve one more issue - how to best handle SVGs with relative width/height attrs.

Above issue on Willow PR has been resolved.