Results 11 comments of aschmitz

Just to add some notes from things I've been poking around at this week[end], FontTools' `varLib.instancer` supports "instancing" a variable font (including fixing variation axes to a specific value). Its...

It seems as though this is a particularly acute problem in tables, as it can't be worked around with `overflow-wrap` in tables the way it can be in body text:...

Other observations from digging through the profiling I did for #1587 for a bit: * We spend a surprising amount of time (~10% after that optimization) in the `__missing__` methods...

It turns out that there are a number of things you need to set to get the database configuration script to run through happily. See [root/srv/ttrss-configure-db.php](https://github.com/x86dev/docker-ttrss/blob/master/root/srv/ttrss-configure-db.php) for exactly what's going...

XMP metadata is arguably the right place for this data (as it's nominally carried along with the image, and takes a bit of effort to strip). However, it looks like...

If we want to make this change, this should just be a matter of changing `-strip` to `-define png:exclude-chunk=EXIF,iCCP,sRGB,tEXt,zCCP,zTXt,date` in the line I linked to. I can spin that out...

Well, XMP does make it a lot easier for emoji creators to embed the metadata once and be done, rather than hope that every user of the image also applies...

This is a good point. Not sure how to do it, given that sometimes things "fall through the cracks" if they don't get re-queued in Sidekiq because a Tendril simply...

I'm experiencing what appears likely to be the same issue: self-hosted Sentry (24.12.1), @sentry/vite-plugin (2.23.0) that says the source maps are uploaded successfully, Sentry shows uploaded source maps in the...

Regarding the `dist` value, that's a good shout: we aren't setting it in `Sentry.init()` (though we are setting the `release`). We did have the same symptoms with the same versions...