Behnam Simjoo
Behnam Simjoo
I have the same problem, many times ago I wrote a program that used session and I didn't need to set `SECRET_KEY` and everything worked fine, now even if I...
Hi everybody, I have the same issue and have to edit `BetterJsonEncoder` and make it even more better!
I think it's time to merge this pull request!
I found that this extension works in Parch distribution (Based on Arch), so I think there is a problem with Ubuntu (also KDE Neon and Kubuntu are based on Ubuntu)!...
It's 2023 and proxy support is not added yet 😕
This issue is open since 2022, Any progress?
Well I can help you, I can give you a HTTPS proxy if you need.
For now I added a pydantic validator on my db model (`db.Employee`) that fixes the issue ```python class Employee(Document): id:str department:Optional[Department] @field_validator("department") @classmethod def validate_backlink(cls, v): if isinstance(v, BackLink): return...