willeM_ Van Onsem

Results 37 issues of willeM_ Van Onsem

Often JSON/YAML/pickle can produce large blobs with a lot of duplicated data. By using a fast compressor, this can result in both faster writing and reading because the "bandwidth" between...

When constructing a serializer with `many=True`, it constructs a `ListSerializer`. In order to do this, it first pops certain kwargs that are then injected in the `ListSerializer` constructor, and not...

Use white-on-black when dark mode is enabled for the image. When using dark mode, it displays the image as: ![image](https://github.com/todotxt/todo.txt/assets/3482343/0283bf95-7f0c-48f3-9f1c-0ac9b50a5ab8)

A (simple) usecase could be to check if the item is valid, and if not fail with the (list) of errors. So something as: ``` validateFail :: MonadFail m =>...

Since Django-4.1, `requires_system_checks` should be a list or tuple listing the checks to perform. By setting it to an empty tuple, it will work on Django versions before and after...

For string values for attributes, for example on a `GenericAPIView`, it uses: > lookup_field = pk (see https://www.cdrf.co/3.7/rest_framework.generics/GenericAPIView.html ) It thus fails to perform a `repr` over the item and...

Currently the stylesheets seem to be light-themed only, and not sensitive to the theme of the system (browser). It might be a good idea to make these sensitive to the...