Maxime Jeunot

Results 29 comments of Maxime Jeunot

Thanks @eikaramba ! I also think SQLite would be great to have. And it worked well with Umami < 1.37.0 Added features in Umami causes an incompatibility which can't be...

Quick update : Prisma obviously won't support the needed feature soon (https://github.com/prisma/prisma/issues/3786#issuecomment-1444715044), so after a deeper look at the event logic, I've got a fully functional Umami 1.40 with SQLite...

I will close that PR in favour of https://github.com/Maxime-J/umami-sqlite @eikaramba Here it is :) unless a last minute unseen mistake, it should be fully working.

A workaround looks like to be to not bother about the delimiters! If I take the case of @tandibar linked in the previous comment, which doesn't work with Prisma: ```...

There's a runtime environment variable you could use `IGNORE_IP = a comma-delimited list of IP addresses or ranges` For example `IGNORE_IP = 10.0.1.0/24,192.168.1.200` Ranges are not mentioned in the docs...

Notes pour debug - iaobject.js : - Les groupes sont superposés sur le layer suivant l'ordre d'ajout des détails. En fonction du fichier svg, ce problème peut donc se produire...

I'll fill a feature request 👍 Thanks for the info of how it works. Concerning the detection, I bet the problem is specific to shared setups used by providers, where...

Ok, I will submit a PR soon. For that specific case however, there's an added problem, openssl version reported by `openssl version -v` doesn't match the libraries in `/lib64` and...

Issue created, https://github.com/prisma/prisma/issues/14042, I can provide a test environment if you want to confirm all of that on your end.

The way I circumvent that is not sustainable, a bit hacky, and might not suit every case. So I prefer not to share an exact process, it's better to wait...