Aditya N
Aditya N
Hey @vitalik , Something that I noticed with the `ValidationError` being thrown is that there are additional fields present as opposed to the fields that are expected if the same...
Calling `disconnect` or `disconnect_all` in a multi-threaded environment is unsafe. Consider the following code: ```py import threading import time from mongoengine import * connect(host="mongodb://127.0.0.1:9800/test_db_1") class User(Document): email = StringField(required=True) first_name...
## Checklist - [x] I have included information about relevant versions - [x] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...
**Is your feature request related to a problem? Please describe.** I recently saw [here](https://socket.io/docs/v4/connection-state-recovery) that connection state recovery has been implemented in the JS version of socket.io. Was wondering if...
* fhir.resources version: 6.4.0 * Python version: 3.9 * Operating System: MacOS ### Description ```python from fhir.resources.address import Address from fhir.resources.patient import Patient p = Patient.construct() p.address.append(Address()) # -> This...
I came across this library for a implementing a certain use-case with PyDub and was wondering if it's being actively maintained vs not. Also, I'd like to know if there's...