Tony Williams

Results 25 comments of Tony Williams

Actually, that won't quite do it. We need the '$PATH' to be expanded as late as possible so it needs to be in the rc files as $PATH. I will...

To be honest I haven't tested taking those three lines out. It should be OK, it was put in for Catalina but may not be necessary sin Big Sur, Monterey...

Sorry people but debugging test code you didn't write that tests code you didn't write turns out to be *really* hard.

There are some problems with test_config and I can't see what should be done as I'm not over that code. The test code tries to use a variable `config.PREFERENCES` which...

Testing the 1.0 release on Apple Silicon using the latest managed Python worked perfectly. ``` ❯ ./quickpkg ~/Downloads/Notion-2.1.11-arm64.dmg Notion-2.1.11.pkg ```

Mine seems to have resolved itself, now I have a problem where multiple files are setting things for installer.log so I will need to build something to remove one. Check...

My second thought would be to make `ProApi` a derived class and make a base class for each of the endpoints in its own file. Then the calling style would...

Yep, that works for "Dark" - now one for "Light" would be my answer. :)

@Bearzooka could we see your code, please.