Jacob T. Jove

Results 17 issues of Jacob T. Jove

Can you please add (1) prereqs and (2) installation instructions to the README? I assumed I could use `poetry add --dev actions-includes`. However, when I tried this, I got a...

### Describe the feature It would be great if SWC could optionally be installed for multiple platforms at the same time by specifying the binary targets (e.g., MacOS and Linux)....

enhancement

## Description [//]: # (Describe what you are implementing and how, if possible) It would be nice to be able to use wildcards (`*`) in the `CACHALOT_UNCACHABLE_TABLES` setting; e.g., ```...

enhancement

The `notify_admins` function in listeners.py begins with this line: ``` path = reverse('admin:admin_honeypot_loginattempt_change', args=(instance.pk,)) ``` https://github.com/dmpayton/django-admin-honeypot/blob/c252b6cc18e8c690eead4d0780a49cdd3c78b8c7/admin_honeypot/listeners.py#L9 That URL does not exist, so I'm getting spammed with error emails saying: ```...

## Describe what you need | want Typegoose requires a shim for the reflect metadata API but does not need to require `reflect-metadata` (which is old and heavy) specifically. There...

feature

Type stubs for this library would be great so that it doesn't interfere with usage of static type checkers like pyright. Currently, since there's no stub file, static type checkers...

@fabiocaccamo , have you seen [django-fast-treenode](https://github.com/TimurKady/django-fast-treenode) ? I [suggested](https://github.com/TimurKady/django-fast-treenode/issues/4) that perhaps the changes in django-fast-treenode should be contributed to this package rather than maintained separately. What do you think? ##...

enhancement

Cool library. Since this library describes itself as "probably the best abstract model/admin for your tree based stuff," would you consider including a comparison with alternatives like [django-treebeard](https://github.com/django-treebeard/django-treebeard) and [django-tree](https://github.com/BertrandBordage/django-tree)...

enhancement