Kevin Wojniak

Results 25 comments of Kevin Wojniak

What kind of Mac do you have? And OS version?

Looks like I broke something with 9121c36d711100941e64b6fc60935f158fa6269b - will look into this soon.

That could work, but I'd prefer to use a more well-documented solution than writing to a special file path. I remember several OS versions ago there was a similar feature...

Yes the project was written for C++11.

Are you using a browser other than Safari? If I recall correctly, the project uses AFNetworking to handle HTTP request, which itself uses Cocoa's built-in networking library, which I believe...

I was able to use VSCode with debugpy to attach to the embedded Python. Seems to work well so far with the visual debugger. Next: how to strip out the...

I will verify later today whether this worked or not.

Looks like it worked. I downloaded the wheels file and there are several universal2 files. I unzipped psutil-5.8.1-cp39-cp39-macosx_10_9_universal2.whl and ran lipo to verify: ``` $ lipo -info /Users/kainjow/Downloads/wheels/psutil-5.8.1-cp39-cp39-macosx_10_9_universal2.whl/psutil/_psutil_osx.cpython-39-darwin.so /Users/kainjow/Downloads/wheels/psutil-5.8.1-cp39-cp39-macosx_10_9_universal2.whl/psutil/_psutil_posix.cpython-39-darwin.so Architectures...

Cool! There's a PR here for enum changes: #2489

What app are you opening the file with? I’ve seen similar behavior and I think it’s a limitation with Office.