Kristoffer Andersen

Results 29 issues of Kristoffer Andersen

Hi, as requested here is some further explaining of my comments made in #22 Note I am using Windows 10 and pycharm 2021.1.2 professional. When I initially created my config...

Hey, I am having some issues with reaching my Azure deployment using anything but the CLI linking. - EdgeDB Version: 2.1 - OS Version: Windows 10 - python package 0.24.0...

Hey, it seems that the migration hangs when trying to initialize [this](https://github.com/Krande/ifcdb/blob/e00981b644d8f8919c7d2af11bc53561b1c83bdc/dbs/ifcedge/dbschema/default.esdl) ESDL schema using `edgedb --tls-security=insecure -P 5656 migration create --non-interactive`. *What I've tried* * I have tried multiple...

Hi, I am just wondering if it is possible to suppress the print messages when using the `Transfer` method of `STEPControl_Writer`? In my particular use case I transfer a large...

help wanted

Hi, I recently discovered pythreejs and I have to say I am thoroughly impressed in how easy it is to work with! It's a great tool and a great fit...

Hi, Something I have been looking into is how to make use of my spacemouse navigator in pythreejs to rotate and move 3d objects (like I am able to do...

The state of the IFC import code base in ada is currently outdated and unstable. This is primarily due to the current implementation (or lack there of) of unit conversion....

bug
IFC

The current implementation of storing nodes and elements in lists as instantiated classes (`Elem` and `Node`) seems highly inefficient. Consider storing the information as numpy arrays or something similar to...

enhancement