Matthias Büchse
Matthias Büchse
There is extensive documentation on Trusted Web Activities (somewhat too extensive for my taste). I am referring to **Page Affected:** https://developers.google.com/web/updates/2019/02/using-twa and https://developers.google.com/web/updates/2019/08/twas-quickstart These pages showed me how to create...
There are many unnecessary roundtrips in `manage.py`: - Each time an image is uploaded, the whole list of images is retrieved anew, instead of just adding the newly uploaded image...
Variable names that mask common global names should be avoided, such as - property - file - format - str etc.
Apparently, the openstack-image-manager uses a library for extracting archives, namely `patool`, which is under GPLv3. As far as I understand, the image manager then is regarded as a work derived...
Currently, the update script contains a case distinction for several hard-coded distros, like so: ```python if image["shortname"] in ["rocky-8", "rocky-9"]: splitted_line = re.split("\s+", line) # noqa W605 if splitted_line[0] ==...
Do we have a taxonomy of failsafe levels? For instance, the emerging standard on volume types refers to replication, and in this case, it is mostly to protect against a...
solves #592
This is a follow-up to #574. The next version of this standard should no longer forbid setting `scs:name-vN`. It should, however, mandate that once such a property is present for...
Sometimes a standard can be neatly divided into a static part on the one hand and dynamic parts on the other, such as: - [scs-0104-v1](https://docs.scs.community/standards/scs-0104-v1-standard-images), where the actual list of...
Let's just say sometimes it may be desireable for some certificate to be extended, either publicly or discreetly.