Thibaud Colas
Thibaud Colas
Based on the [Sass `@use` documentation](https://sass-lang.com/documentation/at-rules/use) and the [Sass Module System spec](https://github.com/sass/sass/blob/master/accepted/module-system.md#controlling-namespaces), I think a good name would be `at-use-no-redundant-namespace`. I quite like "alias" too, but the as-clause is not...
Thank you for taking the time to look into this 🙂. I ended up doing exactly what you suggests, it works for that example but breaks down as soon as...
:) I’ll try to make a proof of concept if I find time. It might not be too much work if I manage to overcome my PHP struggles.
Marking this PR as draft since it’s missing a lot to be considered for merging. I see @thenewguy closed #5 on the basis that this was outside of the scope...
I think nested Streamfield is an important feature to have in the main Wagtail demonstrator. It doesn't have to be relied on too much, but seeing that the capability is...
Rebased onto the latest master: https://github.com/thibaudcolas/bakerydemo/tree/allthethingsblock
The changes from this branch are up on https://bakerydemo-thibaudcolas3.herokuapp.com/admin/pages/65/edit/, with Wagtail 2.3, and some sample content.
I have removed `allthethings` block in favor of #231. I don't think this PR is a good solution to this issue in its current state (too many things included), but...
I would love to help with this but have been struggling to find time for this project lately – so if others beat me to reviewing #90 then great. In...
I’ve done an initial review review of #90. I think more feedback on the approach (not necessarily the details of the implementation) would be helpful.