Lazyuki
Lazyuki
| Q | A | ------------- | --- | Bug fix? | yes (adding a missing feature mentioned in the docs) | New feature? | yes | BC breaks? |...
Another attempt at fixing #292 It kind of works with `attrs` but I need to see why it's changing so many irrelevant tests.
### Description: Fix for #16137. Custom Action Dimensions have an option to automatically extract values from the URL Search Parameters. As mentioned in the [docs](https://matomo.org/faq/how-to/custom-dimensions-extractions/#page-parameter-extraction-example), it does not allow using...
Example: [this png](https://cdn.weatherapi.com/weather/64x64/night/116.png) is returned with a `Transfer-Encoding: chunked` header and M5GFX can't render it with `drawPngUrl`. This happens because each chunk in the tcp stream has a [chunk-header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding) (`chunkLength\r\n`)...