-
Matomo supports fast geolocation with NGINX: https://matomo.org/docs/geo-locate/
But it requires the geoip2 module to be compiled on NGINX: https://github.com/leev/ngx_http_geoip2_module/blob/maste…
-
### Current Behavior
After upgrading to NX version 17.2.5, running ESLint results in a "Converting circular structure to JSON" error. The error message is as follows:
```
> NX Converting circul…
-
Good night! I am new into this product as Matomo and his libs, I am trying to integrate it into my Angular 9 application, I have this configuration:
```
"@ngx-matomo/router": "^1.3.6",
"@…
-
When adding ngx-matomo to my angular 14 solution I am unable to load my site because of the error below:
NgxMatomoRouterModule is the culprit, the NgxMatomoTrackerModule is loading fine
Uncaught…
-
### Current Behavior
After running ```pnpm nx migrate latest```, ```ppnpm install --no-frozen-lockfile``` and ```pnpm exec nx migrate --run-migrations```, my original working eslint for one of my lib…
-
-
Hello!
Many thanks for a great library!
The ngx-tracker works perfectly well in my standard Angular application.
I'm using Scully.io for prerendering pages and see that I have an issue with m…
-
https://github.com/matomo-org/device-detector/blob/c9952fc4d31dd249d2bf7dc88ca9963c7a2739b7/Tests/Parser/Client/fixtures/library.yml#L621C1-L643C18
In some parsers, this is perceived as a float/num…
-
### Current Behavior
All generated types generated with the codegen command will mark props as nullable by default (except primitives).
### Expected Behavior
In openapi the `"nullable":false` is om…
-
### Current Behavior
The autogenerated type has an import statement to itself creating a `Import declaration conflicts with local declaration of 'MyType'.ts(2440)`
Example:
```ts
import { MyTy…