Kristoffer Andersen

Results 60 comments of Kristoffer Andersen

Hi, you might find issue https://github.com/tpaviot/pythonocc-core/issues/482#issuecomment-582920250 useful. In the example I add name to each part by using (at least I think it was) ` Interface_Static_SetCVal('write.step.product.name', "yourpartname") ` Nice job...

So I figured out the what caused the change in behaviour: When iterating over the ifc shape geometries, the topologyType is no longer passed in as "CellComplex". ![image](https://github.com/user-attachments/assets/f9833e8f-42fb-47f3-a3e5-5fae88c41466) In my...

> OK. I need to better design the input parameters to allow the user to either get the highest possible topology type or to be happy with just a cluster....

@wolfv I can give it a shot. I guess it boils down to how we'd like to manipulate `tmp_dir` in https://github.com/prefix-dev/rattler-build/blob/main/src/package_test/run_test.rs#L118 either through using a env var passed as a...

@wolfv so I made some extremely ugly hacks that at least managed to move the test directory to a subdirectory inside `--output-dir` in https://github.com/prefix-dev/rattler-build/compare/main...Krande:rattler-build:fix/windows-test-directory. I'll try to find time between...

Hey, awesome to see pixi support for local debugging! I just tested this on windows, but unfortunately I got an error related to 'setup_conda_rc' not being found. Which is strange,...

> Hey @Krande, I just tested it out on my machine and I can't reproduce your error 🤔 Can you remote the `.pixi` directory and the `pixi.lock` file and try...

@aothms unfortunately my company does not use IFC for quantity assesments, so I don't really know how one might disambiguate the terms based on IFC directly. However, on a more...

@h-vetinari Okay, so all we need to do is to remove the `remote_ci_setup` entries and check to see if all goes well? We are currently preparing a new release of...

@h-vetinari ifcopenshell is updated with the outdated configs removed.