Michael Wedl

Results 60 comments of Michael Wedl

Not yet. We prioritized other features over email notifications (see #184).

Implemented automatic update notifications in https://github.com/Syslifters/sysreptor/releases/tag/2024.55

In the community edition, you need to collect backup data yourself. What you need is two things: a database dump and files from file storages. Both are stored in docker...

Good idea. We should definitely add a UI element to filter for tags.

Additional filter suggestions: * tags * status: in progress, ready for review, needs improvement, finished * severity

SysReptor also compresses PDFs with ghostscript in a post-processing step. Could you please check if the glitches come from weasyprint or ghostscript. Ghostscript PDF compression can be disabled by setting...

`clamp()` is defined in CSS Values and Units Module Level 4 which is not yet supported by weasyprint (HTML+CSS to PDF rendering library). `vw` units, which can also be used...

> I tried it in a similar way but didn't see any text printed on screen, I assume foreignobjects are not supported either? SVG support in weasyprint is quite limited...

We are aware of the missing space after figure reference bug. The root cause is in weasyprint (HTML+CSS to PDF rendering library). Until the bug is fixed we recommend to...