Chris Hennes
Chris Hennes
Part requires Spreadsheet?! When did we do that?
Hey @benj5378 , looking for a project 😄 ??
For the specific thing that caught my eye, Part depending on Spreadsheet, it appears this comes from two Python tests: `testIssue2671` and `testIssue2876`. These are both very old regression tests,...
Totally fine with me.
I'm still a little gun-shy about merging this, since it effectively requires everyone to compile spreadsheet. Unless you're already working on it, I propose to make the same sort of...
I think this is good enough for now, and gives anyone who wants to follow up on it a clear process to follow. Thanks!
@Connor9220 is going to try to bisect
However for that to work we almost certainly need https://github.com/FreeCAD/AddonManager/pull/72 -- otherwise we'll be allowing any robot that also uses the same user agent string as `QNetworkAccessManager` (which is very...
If you use the Addon Manager to install a new copy of itself it should work for you.
I have completely rewritten the caching this past summer -- now the Addon Manager itself doesn't create the cache by scanning the wiki, I have a remote process running on...