Martin Haug

Results 21 issues of Martin Haug

This PR allows to include setup code for each benchmark that will be excluded by the measurement. It achieves this by running each benchmark twice, once with, and once without...

Hi Felix, I could not help but notice that you recently added SVG support to `printpdf` using my `svg2pdf` crate (thanks!). Converting an SVG to a PDF often requires more...

Hello, I want to use `pgsql-ast-parser` to validate SQL files in my project. I noticed that the clauses [`DEFERRABLE INITIALLY IMMEDIATE` or `DEFERRABLE INITIALLY DEFERRED`](https://www.postgresql.org/docs/current/sql-createtable.html) that control constraint application in...

Hi! First of all, great library, thanks for open-sourcing it! In my project, I'd like to apply custom confidence intervals to the ARIMA predictions. In the Readme file, you have...

Hey, thanks for the fun font project! I'm enjoying the bit of whimsy when coding! One of my displays is set to a 1.25 scaling factor. On that display, the...

This branch updates `image` to version 0.24.6 which supports ICC profile extraction for JPEG, PNG, and AVIF. Consequently, the ICC profile of JPEG and PNG files is now embedded into...

pdf
visualize

A RSS feed with all blog articles should be added.

docs
feature request

This commit uses qcms and a minimal (8KB) [CMYK profile](https://github.com/saucecontrol/Compact-ICC-Profiles#cmyk) to achieve a more precise CMYK to RGB conversion and make a first step toward #3143. I have noticed that...

When using the following fonts, Typst fails to select the right variant. ``` QuadraatPro.otf QuadraatPro-Ita.otf QuadraatPro-Demibold.otf QuadraatPro-DemiboldItalic.otf QuadraatPro-Bold.otf QuadraatPro-BoldIta.otf ``` `#set text(font: "Quadraat Pro")` selects Quadraat Pro Italic. I did...

bug
text

### Component(s) operator, collector ### What happened? I am currently trying to wrap my head around how to let the OpenTelemetry Collector expose a `ServiceMonitor`. While doing so, I checked...

bug
needs triage