Michael Oliver
Michael Oliver
https://github.com/AdrianLC/sublime-text-virtualenv/blob/e05905ad508c173904b62d9e9e083ca3944c1370/commands.py#L11 Tried with ST4 and got the following in the console ``` Packages/Virtualenv.sublime-package/commands.py", line 126, in AttributeError: 'module' object has no attribute 'exec' ``` To get this package working in...
For ST4 compatibility
Fixes issues with public_suffix dependency conflicts among other things.
### Linked issues fixes #87 fixes #25 fixes #45 fixes #92 ### Summarize your change. 1. Comprehensive build script for Rocky 9.5 2. Version bumps a few of the packages...
- [x] I have added a news fragment under `changelog.d/` (if the patch affects the end users) ## Summary of changes ## Test plan Tested by running ``` # command(s)...
The current warnings does not provide direction to resolution and requires a user go hunt for how to do a fix. I propose adding additional direction on how to get...
SG-41117: cmake use cy files for dependency versions and add experimental support CY2025 and CY2026
### Summarize your change. Moved hardcoded versions for various dependendencies out of individual cmake files and into a centralized file based on CY year. There were also changes made to...
Attempting to build on mac m4 w/ 24gb of ram fails due to wrong arch (arm vs amd64) and out of control memory consumption that crashes docker on the last...
Current version fallsback for all apple silicon gpus. ``` { "gpu": "apple gpu (Apple GPU)", "isMobile": false, "tier": 1, "type": "FALLBACK" } ``` This change will support up to m4...