Ivan

Results 20 issues of Ivan

# Bug `bson`, `typing` and `fastapi` modules conflict with modules installed in virtual env. Since PyCharm adds current source root directories in sys.path, odmantic cannot be debugged or used as...

bug

Support for tailable cursors in engine.find call: https://motor.readthedocs.io/en/stable/examples/tailable-cursors.html

enhancement

### What version of `nebula` are you using? 1.8.1 ### What operating system are you using? Linux, macOS, iOS ### Describe the Bug Make able to read public access keys...

NeedsDecision

Make able to set default values into nested fields.

enhancement

If UpdatesExecutor wasn't started, add_bot method will no pass allowed_updates into the bot runner.

bug

```python class SomeEnum(str, Enum): allow_nones = auto() allow_any = auto() @classmethod def _missing_(cls, key: Optional[str]): if key is None: return cls.allow_nones return super()._missing_(key) ```

enhancement

Replace all lists by tuples.