Gregor Riepl
Gregor Riepl
Fixes: #984
In https://github.com/Ultimaker/Uranium/blob/main/UM/Math/Polygon.py#L175 the numpy function `numpy.lib.pad` is used, but the `numpy.lib` namespace has been [deprecated in numpy 2.0](https://numpy.org/devdocs/numpy_2_0_migration_guide.html#numpy-lib-namespace). `numpy.pad` has existed in the main namespace [since a very long time](https://numpy.org/doc/1.13/reference/generated/numpy.pad.html#numpy.pad),...
Some of the unit tests have been set up so they execute with all available boolean mesh operation engines, but some of them require the default manifold3d engine. The Debian...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Docker supports argument inheritance between build stages, but this feature is...
**Describe the bug** `asio::io_service` was deprecated in Boost 1.66, but it was still available as an alias until Boost 1.87. It was removed in Boost 1.88. The new name is:...
Arcus uses C stdint types in several places, but the source code is missing stdint.h/cstdint includes. This causes build errors when they aren't pulled in by some other dependency. Context:...