pjcreath

Results 10 issues of pjcreath

### What does this PR do? Changes the Oracle Linux bootstrap to use Oracle's EPEL repo. ### What issues does this PR fix or reference? Fixes #1838. ### Previous Behavior...

### Description of Issue/Question salt-bootstrap installs the Fedora epel-latest repo (dl.fedoraproject.org/pub/epel/epel-release-latest-...) rather than using Oracle's EPEL repo on Oracle Linux. I would expect it to install oracle-epel-release-el7 or oracle-epel-release-el8 package,...

**Description** Support for Mojave (and 10.13) [was dropped in 3005](https://docs.saltproject.io/en/master/topics/releases/3005.html). However, all of the packages at (https://repo.saltproject.io/osx/), including 3002 through 3004, fail to run on anything older than 10.15. The...

Bug
Packaging
MacOS
needs-triage

### What does this PR do? Allows macOS to bootstrap from alternate repos. ### What issues does this PR fix or reference? Fixes #1870 ### Previous Behavior ```sudo sh bootstrap-salt.sh...

### Description of Issue/Question Since the -R flag is ignored for macOS, there's no way to make the bootstrap script deploy an archived version of salt. This is a pressing...

**Description** `pip install salt` fails on macOS unless using Python 3.9 or higher. **Setup** macOS 12.6.5 Monterey, fully updated **Steps to Reproduce the behavior** `pip install salt` pip output ```...

Bug
Packaging
help-wanted
MacOS
needs-triage

### Issue Right now loading an OpenAPI JSON will nearly always exceed the token limit for a model. [openapi-minifier](https://github.com/Treblle/openapi-minifier) has a bunch of ways to reduce the token count but...

SketchObject.cpp is a gargantuan file (450k, ~12,000 lines). This patch set splits it into multiple thematic files _**without**_ any code changes: 1. `SketchObject.cpp` -- core class definition, essential methods, and...

Mod: Sketcher
Type: Other

Curiously the FreeCAD build environment knew about InventorLoader, but of course the dependencies hadn't been installed by the Addon Manager, since I installed InventorLoader in my production version of FreeCAD....

Using the weekly-2025-10-15 build, I tried to import the f3d file for [this project](https://www.printables.com/model/51314-fifo-battery-dispensers-for-aaaaa18650-batteries/files), but after prompting me to choose native or STEP, it doesn't do anything. Using 1.0.2, importing...