MichaIng
MichaIng
As said, essentially it is prioritising to boot a vendor bootloader, if present on and boot device. There was actually a table somewhere on FriendlyELEC wiki, but I cannot find...
Closing this issue. We'll probably implement an option to flash installed bootloader binary to eMMC. But first boot, usually MASK button has to be used once.
Yes, I'll add it with next release. The board is sitting here for a while already :).
First step done: https://github.com/MichaIng/DietPi/commit/a4d273d
Okay, so actually, HTML-escaping should be done by Jinja2: https://github.com/motioneye-project/motioneye/blob/dev/motioneye/template.py#L41 But maybe it covers `&` and such, while skipping quotation by default. This gettext `_()` function does not do that...
Fixed, all translated strings are now escaped. I recognized that we do not make any use of the Jinja2 translation extension, so I disabled it entirely. All we do is...
Found the reason: https://pypi.org/project/pycares/#files The `pycares-5.0.0.tar.gz` `deps/c-ares` subdir does not contain `docs` indeed, even that it is part of the repo. Maybe some cleanup step removes it, assuming it was...
I think after the migration to `pyproject.toml`, [`python setup.py sdist`](https://github.com/saghul/pycares/blob/master/.github/workflows/run-sdist.yml) does not work anymore the same as before. Maybe switch to ```yaml - run: python -m pip install build -...