jhaluska
jhaluska
I know this issue is quite old, but are there any plans on multi-language support for the backend or is this abandoned? Seems like someone made some progress in this...
Merged the newest version of django-analytical into my fork. I think this PR was forgotten, can we get it merged, @bittner?
I added the 'ask for consent' logic and documentation to the new matomo files and renamed everything accordingly. But now the Travis CI check fails and I don't know why....
I had the same problem. I fixed it by using `strval($myValue)` so that the data array only consists of strings. Then the notification appeared again. I think one can see...
At first check whether you have all prerequisites installed (node.js, less, less-plugin-clean-css) by checking the installed versions with npm. If that is the case: I thought I have the same...
Set `autoCompile=false` in your project or global settings. See documentation
I have the problem that my image jumps on the first scroll. It seems that my problem somehow relates to this problem. You can see it here: http://paluschki.bplaced.net/imlochhammerausr%C3%BCstung.php I have...
Had the same problem. Works when I put: ```js constructor ( ..., @Inject(WebWorkerService) private webWorkerService: WebWorkerService) { ... }
I have the same problem. I circumvented it by applying [this](https://stackoverflow.com/a/55819506). Seems like a hack and not the solution to the problem.