Uranium
Uranium copied to clipboard
A Python framework for building Desktop applications.
Adds a Conan test package for Uranium Requirements that are not Uranium specific removed (Old requirements & Cura Requirements) Added missing transitive requirements as well as hashes for those requirements
This pull request splits the `requestWrite` method in the `LocalFileOutputDevice` plugin to allow intercepting of writes for logging purposes. The specifics of this are covered in Ultimaker/Cura#10917. Example usage for...
Bumps [twisted](https://github.com/twisted/twisted) from 21.2.0 to 22.4.0. Release notes Sourced from twisted's releases. Twisted 22.4.0 (2022-04-11) Features twisted.python.failure.Failure tracebacks now capture module information, improving compatibility with the Raven Sentry client. (#7796)...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Added decimals capability to the RotateToolHandle Hint without modifing the integer displaying of snap rotation. I think this change can improve the user experience when using rotation without snap, which...
A small thing, but I was finding it really annoying when trying to write a definition. https://github.com/Ultimaker/Uranium/blob/925e1f045cc517ba22f8597495d4d4c8b084d5da/UM/Settings/ContainerRegistry.py#L717-L722 Since the while loop adds one before the function generates a new name,...
### Overview We have a `DefinitionContainerUnpickler` to provide a safe way to deserialize. But the whitelist seems not really safe and basically bypassable. ### How to Bypass (PoC) It allows...
See (also) [frontend PR](https://github.com/Ultimaker/Cura/pull/12512). (Requirement for nightly builds.)