Artem Kushner

Results 34 comments of Artem Kushner

Thanks a ton, Ian. I'm reading and seeing certain things that you have definitely mentioned elsewhere -- sorry for getting you to write those again. I think certain things just...

In my case it was incompatible versions of `pydantic` and `django-ninja`

Discovered the same thing after a bit of fiddling with this lib. There is a bunch of methods on `VoxelGrid` if you `dir()` it: ``` ['HalfEdgeTriangleMesh', 'Image', 'LineSet', 'PointCloud', 'RGBDImage',...

Thanks for the swift response and yes, that was my impression more or less. Again, kudos on both designs (v3 and 5). Given this state of things i don't see...

I think this requires per-structure info (ex. whether it's polypeptide/polynucleotide; where the domains begin/end; how many of them are). I don't think this is usually included in the `mmcif` file(or...

First world *issue*.

I encountered this issue as well AFTER having successfully built the cli once with `npx oclif pack deb`. The next day i made some edits to it and tried to...

Make sure you `node` version is latest. This fixed the issue for me (failed via above on v14.12.x, but worked on v18.x.x). `nvm install --lts` if you use nvm