-
* Faker version: 30.3.0
* OS: Linux
We have some uses of `date_between` and similar that expect the target variable to be of type `datetime.date`.
The new decorator breaks the type annotations be…
-
## Description
I encountered several issues while integrating the Upbit API in my Python script. This issue documents the problems and their respective solutions.
## Initial Code
Here is the …
-
I'm working on a multi-tenant app using [django-tenants](https://github.com/django-tenants/django-tenants) and [django-tenant-users](https://github.com/Corvia/django-tenant-users), the custom user mod…
-
I'm using django and the asyncio Redis client. I want to share a connection pool across my requests. Thus, I initialize the connection pool centrally in my Django settings. I'm using Redis as a distri…
-
@sgbaird I was final able to find time this weekend to assemble my kit and now I'm working on the micropython. I had to follow the instruction [here](https://www.raspberrypi.com/documentation/microco…
-
### Willingness to contribute
Yes. I can contribute this feature independently.
### Proposal Summary
Currently, all the `run_id` are auto-generated by the system.
But in some scenarios, we might w…
-
**Please describe what you are trying to achieve**
I have a Django model with a location field (which is a PointField), and I am trying to generate schema from it using ModelSchema, but I guess djang…
-
Non-optional field with default_factory leaks default value into compiled schema:
```
from uuid import uuid4, UUID
from dataclasses_avroschema.avrodantic import AvroBaseModel
from pydantic imp…
-
#### Environment details
- OS type and version: MacOS (arm64, amd64)
- Python version: 3.11.4
- pip version: 23.2
- `google-cloud-firestore` version: 2.11.1 (`main`)
#### Steps to rep…
-
Code examples:
* https://gist.github.com/webdevilopers/160409917c942e0ba83ba948250aec18
Doctrine MongoDB offers a Default GridFS Repository to upload files and map them to a MongoDB Document. Th…