N. Jourdane
N. Jourdane
Add instruction to create the Discord bot, add `use` keyword in the example and other minor changes. This PR is based on #14, so it's preferred to accept PR #14...
0.6 -> 0.7
Documentation export in pdf was not working. This PR fix this by: - removing the sphinx build option `-W` (a.k.a `--fail-on-warning`) in conf.py in order to continue the build even...
This is totally related to #5045, but I can not comment on it. For me this should be re-opened, because it's a security issue. I provide the package `xxx` to...
The command `pip install wagtailmath` described in the readme installs wagtailmath 1.2 instead the latest version (1.3), and therefore is not working on Wagtail 5. Either the package should be...
In some use cases it is useful to quickly know who got special privileges. It also improve governance transparency of the instance. Here is some quick mock-up (the icon might...
## The problem Many users are interested to videos related to various thematic: information, science, gaming, sport, etc. As one of them, I observe several behaviors: - sometimes, I would...
This PR introduces **StreamFieldFormBuilder**, an alternative form builder that uses a StreamField to define form fields, in order to improve user experience when building a form. Because it's based on...
### Issue Summary Stream block identifiers might not be generated, resulting in id collisions in the rendered page. ### Steps to Reproduce Start a new wagtail project with the following...
It could be practical to have column separators. Syntax proposal: ```py print(tabulate(table, headers=[["item", "qty", "foo"], ["bar", "baz"]])) ``` Could give, using `fancy_outline` format: ``` ╒════════╤═══════╤═════╦═════╤═════╕ │ item │ qty │...