Jann Kleen

Results 3 issues of Jann Kleen

When restarting kelvin, all worked fine again. The error message displayed is: ``` Could not determine interval for current schedule: No current interval as the requested timestamp (2019-12-01 10:22:15.818838737 +0000...

I have a Django app config that relies on importing some files on initialisation to get various functions in there registered. Having RUF100 enabled and running ruff with --fix, the...

bug

I was trying to load a pdf using `pyvips.Image.pdfload("test.pdf", dpi=300, page=0, n=5, access="sequential")` The documentation (https://libvips.github.io/pyvips/vimage.html#pyvips.Image.pdfload) states that it has `Image` and `List[Image]` as return types, so I assumed that...