Jelle van der Waa

Results 283 issues of Jelle van der Waa

https://github.com/adamchainz/django-browser-reload

enhancement

All of our commands set up the logger in a similar way, this could be fixed by inheritance or figuring out if Django has some buildin logger logic for commands.

enhancement
help wanted
good first issue

``` sq verify --signer-cert

Consider working on a responsive layout for archweb where the navbar is collapsed and the main area is focused. A PR was made for it https://github.com/archlinux/archweb/pull/203 but sadly no follow...

enhancement

[python issue about zst support](https://bugs.python.org/issue37095) [zst module PR](https://github.com/animalize/cpython/pull/8)

upstream

The mirror status json endpoint behaves different if an authenticated user or normal user query it, making caching it return either the wrong data or sensitive data. https://github.com/archlinux/archweb/commit/205ebb8f40982fe0c7b5b37af32b813ccaa012d2

good first issue

```json { "developer": "David Runge ", "files": [ "file.gz.sig", "file.qcow2", "file.gz", "file.zst", "file.lkrn", "file.xz", "file.pxe", "file.efi", "file.iso" ], "name": "test", "pgp_public_key": "C7E7849466FE2358343588377258734B41C31549", "torrent_file": "test-2021.08.07.31065.torrent", "version": "2021.08.07.31065", "version_metrics": [ { "description":...

Talking about this on IRC lead to the conclusion that it would be easier to just integrate the mail sending directly into archweb. Thus the changes above are not needed,...

enhancement

Use `python-email-validator` to verify if a mx record exists for the email domain: ``` from email_validator import validate_email, caching_resolver resolver = caching_resolver(timeout=10) >>> valid = validate_email('[email protected]', dns_resolver=resolver) ``` - [...

For example when glibc is flagged out of date, flag lib32-glibc out of date as well.

enhancement
good first issue