| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
| |
We have yet to fully investigate why this happens, but a recent update
to some package broke the application of this rule. For now fall back to
applying it in Svelte's <style> block.
|
| |
|
|
|
|
|
|
|
| |
This includes a migration to a flat eslint.config.js, which will now
also automatically ignore items from .gitignore. eslint-plugin-svelte
3.0 comes with a couple of changes to recommended rules as well, these
are also addressed in this commit.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This check was missed in the migration to Svelte 5 as we inverted the
functionality of the functions checking for pending state. Where
previously the functions checked for equality, now they check for
inequality, and these two checks were never inverted. This causes
hircine to pop up a warning about pending changes when the user is
trying to leave a "Comic not found" page.
|
| |
|
|
Corrupt zip files would already make hircine throw an error, but
depending on the exact problem it would not report which file (or even
which entry in a zip file) is affected. Use ZipFile.testzip() to catch
common problems and make sure to re-raise any exception within as a
BadZipFile exception. This makes sure to also report decompression
problems that are raised as a zlib.error exception, for example.
|