Gregor Simm

Results 5 issues of Gregor Simm

Will beanie support cyclic relations soon, or is that not a planned feature? E.g., ```python from beanie import Document class Employer(Document): name: str employees: Link['Employee'] class Employee(Document): name: str employer:...

- [x] I believe this to be a bug with Open Babel - [ ] This is a feature request ## Environment Information Open Babel version: Open Babel 3.1.0 Operating...

#### Runtime Environment - Operating system and version: Fedora 35 - Terminal emulator and version: GNOME Terminal 3.42.1 using VTE 0.66.1 +BIDI +GNUTLS +ICU +SYSTEMD #### Current Behavior Ranger suddenly...

`isort` seems to interpret a directory (containing no `__init__.py`) as a package. Example ```txt . ├── a │   └── example.py └── b ``` `example.py` ```python import b import c ```...

I use 3Dmol.js quite extensively in Jupyter (lab) notebooks. I am convinced that a tighter integration of this library in the Jupyter lab ecosystem would significantly increase its usability for...