Brecht Verhoeve

Results 10 issues of Brecht Verhoeve

### Is your proposal related to a problem? We currently use subscriptions to automatically pull in data for a webpage. The subscription runs the query every second. Recently we've discovered...

k/enhancement

**Is your feature request related to a problem? Please describe.** Via `firebase_admin_auth` I'm able to create and manage users. When I want to generate a password reset email through the...

needs-triage
type: feature request

Proposed fix for [attribute error issue 216](https://github.com/makinacorpus/django-safedelete/issues/216)

Hi, for certain queries I'm getting an `AttributeError` on the `SafeDeleteQuery` object. I'm running on the following dependencies: ``` Django==4.1 django-safedelete==1.3.0 ``` The error I'm receiving has the following stack...

Hi! Thanks for the work on `django-safedelete` it's been working well on my current project. Django defines a `sorted` property on its `QuerySet` object which indicates if an `order_by` was...

enhancement

Hi, we are using `django-sequences` to generate gapless sequence numbers for objects. In some requests we'll create multiple objects in the same sequence, which will all get a sequence value....

* Faker version: 25.0.1 * OS: macOS Sonoma Brief summary of the issue goes here. When using the `pydict` provider, this sometimes results in a `ValueError` in the underlying `random_elements`...

**Is your feature request related to a problem? Please describe.** Pypi mentions support for Python 3.11. Is there a roadmap towards support for Python 3.12? Or is there a way...

Thanks for stopping by to let us know something could be better! --- **PLEASE READ** If you have a support contract with Google, please create an issue in the [support...

type: feature request
triage me

I noticed that there is no official support yet for Python 3.12. What would be needed for this? From what I can see the only currently open issue for this...