Lukas Winkler

Results 209 comments of Lukas Winkler

Just FYI: As it can't be seen that well in the diff due to the reordering, I mention it here: I edited a few strings in the en.json to replace...

Hi, Not much. I can create the component at https://hosted.weblate.org/projects/matomo which will import the en.json from this repository. Then you can set up a webhook to `https://hosted.weblate.org/hooks/github/`, so that weblate...

Great, I created the component at https://hosted.weblate.org/projects/matomo/communityplugin-performanceaudit/ The first job adding all languages is already running and created #39.

Did you follow the steps at https://www.brachiograph.art/get-started/install.html#other-python-packages ? There you need to install `readchar` Don't put `` around the numbers: ```python bg = BrachioGraph(inner_arm=8, outer_arm=8) ```

Hi, A while ago I wrote a script that can (besides other things) covert simple SVG files: https://github.com/Findus23/BrachioGraph-Utils/

In case you want to write text, you might want to check out this inkscape extension: https://www.evilmadscientist.com/2011/hershey-text-an-inkscape-extension-for-engraving-fonts/ It uses fonts that only consist of single lines that therefore can easily...

I'm also converting the fonts to woff2 in my project, but I think it would be nice if they would be provided here too so beginners wouldn't accidentally ship too...

See also https://github.com/matomo-org/matomo/pull/15627 and #15956

Hi @Petsios, Nothing changed about this since the release of Matomo 4: https://github.com/matomo-org/matomo/blob/d099f75f836b6ed8402bc91c9534846642824058/config/global.ini.php#L205-L209

In case you are referring to the file compression: This is not something Matomo does, but your web server when delivering static files. So you need to set your web...