Guillaume Demonet
Guillaume Demonet
Hello @FxKu, thank you for your reply. We submitted a PR (#1984), could you please review it? Thanks!
Thanks for your quick response. Maybe the example was not super obvious, my bad :confused:. Actually, the `main` branch works as expected, and the `broken` branch fails (each branch shows...
Installing `doit` should be done by the `./doit.sh` script: ```shell # Install/reinstall the virtual environment only if it either doesn't exist or # the requirements have changed since its creation....
@jameskim0987 thanks for reporting back. The first errors mentioned are not problematic, and quite common when using `pip` without having the `wheel` package installed. As can be seen, there's most...
One approach to consider: instead of patching the vendored chart + applying some magic in our render script, try to "just" run `helm template` and use `kustomize` to modify the...
IMO, this documentation should be split into two to address different audiences: - for users, add a UI section to the Operation guide, and put a topic for the common...
Since `sphinx-copybutton` has limitations, we will rather use a homemade extension as part of the Scality-built Sphinx tooling (see scality/sphinx-tools#32)
Is this still relevant with React Query @JBWatenbergScality?
Additional note (see https://github.com/scality/metalk8s/pull/3074/files#r583908179): verify that tables (since we'll have many of those in such a guide) are properly rendered for PDF output.