-
It would be great to add some custom substructure filters to eliminate some undesired chemistry. NIBR filters built-in in the contrib dir is a good starting point, but it's single-threaded so it needs…
-
Following assertion triggers in recent builds of [DARMA-tasking/vt](https://github.com/DARMA-tasking/vt) when using the latest version of `m.css` (699abdd5):
https://github.com/mosra/m.css/blob/699ab…
-
A program such as this will not format as it seems integer division isn't supported by the parser.
```lua
local value = 3
value //= 2
```
The error for this specific program is as follows (runn…
-
### Guidelines
- [X] I checked for duplicate suggestions
- [X] My suggestion intends to add or improve something
### Version
Development (Staging)
### Topic
A game mechanic (e.g. a part, a featur…
-
### Is your feature request related to a problem? Please describe.
Compound operators are useful for readability and compactness. The addition of compound operators (+=, -=, *=, etc) to Protoflux w…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
When importing a .brep file, the imported shape is always a compound. It doesn't see…
-
A huge problem that prevents me from using Compound, which I really need. The point is that when I create a Compound via getOrCreateCompound() it is created and I can enter data into it and create ano…
-
Hi,
I would like to know what's the best way to create compound CRS with a EPSG geodetic CRS and user vertical CRS.
The question is done because there's not any coordinate operations to do this…
-
Blue Slime (Slime) and rood don't compound to make blud, nor can I get my own objects to compound. Unless I'm doing it wrong but I assume it's like anything else that you mix by hand.
-
```
from build123d import *
shape1 = Pos(0,0,0) * Box(30,30,30)
shape2 = Pos(30,0,0) * Box(50,5,5)
shape1 - shape2 # This is fine and produces a box with a hole…