-
How/when are user cards created? Bryce and I were looking at this yesterday and it seemed like we need to create user card objects that are a copy of all of the cards whenever a new user is created f…
-
It would be really nice if you could add an example which shows how the face encodings can be stored in a database and how to efficiently query them.
-
First, thank you for creating and maintaining such a useful app!
I'm trying to delete an object that exists, and whenever a delete() attempt is made, easy-audit throws a DoesNotExist error and the …
-
`django.conf.urls.url()` got removed in Django 4.0, as seen here:
https://github.com/pinax/pinax-announcements/blob/ec0388595ea5c561a00e2c3ffa15dab513641c0e/pinax/announcements/urls.py#L1
Also, th…
-
### Describe the issue
When upgrading weblate to 5.5, the `weblate migrate --noinput` command failed with the attached stacktrace.
I had those settings related to Sentry:
```
SENTRY_DSN = "htt…
-
### Environment
* Python version:
* Nautobot version: 2.2.0
* nautobot-ssot version:
### Expected Behavior
Tests to pass upstream CI
### Observed Behavior
```
================…
-
hi! Do you have any recommendations how to sync fields with my existing postgres database (connected to my django project) and label studio? Would be good even not duplicate this fields between them, …
-
(This issue has been created to facilitate further discussions on the topic.)
Using the current schema, when a label is added to (or removed from) an RFC-to-be, e.g.
``` python
rfctobe.labels.a…
-
Hi
The Docker dev build is throwing an error which prevents it from starting the container. That is why I can't run the archivebox info command.
The version `image: archivebox/archivebox` runs…
-
I have some pdf malware examples, when the static.py to analysis it, it was lock by parsing pdf ( the function of _parse in static.py), it last for more than 900 seconds. Can you provide a solution to…