doronz88

Results 27 issues of doronz88

When installing the package on an Apple Silicon, the universal wheel being installed is only for intel. This can be examined: ```shell file /opt/homebrew/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib # outputs: /opt/homebrew/lib/python3.11/site-packages/capstone/lib/libcapstone.dylib: Mach-O 64-bit dynamically...

bug
python
build & packaging

Testing environment: macOS Sonoma 14.1.2 After a git checkout, or directory change I very randomly get the following error: ```xsh Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/xonsh/main.py", line 469, in...

prompt-toolkit
upstream
threading

Hi, I tried using the `ipsw appstore profile ls` command line tool, but on various different workstations I get the expected output, while on a specific one I always get...

Using the latest version of `idevicerestore`: ```shell idevicerestore -e -d '~/Downloads/iPhone13,2,iPhone13,3_17.0.3_21A360_Restore.ipsw' ``` I'm getting the following output: [idevicerestore-log.txt](https://github.com/libimobiledevice/idevicerestore/files/13118856/idevicerestore-log.txt). I'm not sure at what phase started the error, but I tried...

Hi! I'm willing to add the library partial support for macOS. Many of the features will just returned `NotImplementedError`, but the most crucial should work just fine. Will you be...

## Bug Fixes - http: handle `_textBase64`/`None` in response text

Hi, I would expect `NSData` and `NSMutableData` both to return python `bytes` object. However, `NSMutableData` returns an object which we can access the `obj.NSdata` from. I think the more expected...