Lukas Winkler
Lukas Winkler
Hello, Lukas from Matomo team here. We are currently in the process of moving our translations from Transifex to Weblate (https://github.com/matomo-org/matomo/issues/17907). As Weblate makes it easier to add a git...
Hello, Lukas from Matomo team here. We are currently in the process of moving our translations from Transifex to Weblate (https://github.com/matomo-org/matomo/issues/17907). As Weblate makes it easier to add a git...
While waiting for my servos to arrive (#29), I looked a bit into where to get nice things to plot from. While creating lines from images as in `linedraw.py` is...
I assume a lot of people use these fonts on websites (by the fact that a default CSS is provided). Most modern browsers support the woff2 format (https://caniuse.com/woff2) and it...
this is a bit of a continuation of #8120 At the moment, Matomo can only be used by settings the web root to the directory all Matomo files are in....
using v2 This error seems to happen nearly every time, but not every time. ### Actual Behavior Whenever a new skill is created in the UI a request is sent...
related to #20 `example.py`: ```python class Testclass: value = None @property def someprop(self): return self.value @someprop.setter def someprop(self, value): self.value = value ``` `example.pyi` (generated with stubgen and added `...
followup to #12 (many thanks to @pebosi) ## TODO: - [ ] add `AdwordsConversionTagHelp` - [ ] check if `google_conversion_format` needs to be a string - [ ] add docs...
A few tags (and other things) are currently missing descriptions: https://github.com/matomo-org/tag-manager/blob/4d0f899b7f22f5dbc7643712e2f664ff3651914d/lang/en.json#L238 https://github.com/matomo-org/tag-manager/blob/4d0f899b7f22f5dbc7643712e2f664ff3651914d/lang/en.json#L302-L317
Multiple people have reported issues with tag manager caused by web application firewalls. Many are blocking form submission when the POST data contains HTML. I'd propose adding a system check...