Loki
Loki
Linaria Vite
## Environment - Linaria version: "@linaria/react": "^4.3.8", "@linaria/vite": "^4.2.11", - Bundler (+ version): Vite - Node.js version: 18.16.0 - OS: Mac Ventura 13.14.1 ## Description I was trying to install...
I am using react-use 17.5.0 and recently a security issue has been opened https://cwe.mitre.org/data/definitions/1321.html and https://nvd.nist.gov/vuln/detail/CVE-2024-39008 If I do `npm ls fast-loops`, I get the below
Is there any way to have UUID as primary key M2M fields that tracks the histories, right now I tried setting `SIMPLE_HISTORY_HISTORY_ID_USE_UUID ` to True as well as tried https://django-simple-history.readthedocs.io/en/latest/historical_model.html#custom-history-id,...
Is there any option to have UUID's as primary key for the logentry table, I tried overriding but got django.core.exceptions.FieldError: Local field 'id' in class 'LogEntry' clashes with field of...