James Gill

Results 141 comments of James Gill

Maybe this time I should go ahead and implement https://github.com/JJTech0130/pypush/issues/61 right off the bat

Here's how the package structure and API is looking: `pypush-apns` and `pypush` are the package names for now. Might need to be renamed if I can't get `pypush` on pypi...

Using `asyncio` over `trio` for the added API flexibility, though it does bring some additional pitfalls and possible footguns... Can now provide 2 APIs: ```py @pytest.mark.asyncio async def test_connect(): connection...

Honestly probably going to stick with recommending `pip install git+https://github.com/JJTech0130/pypush` rather than deal with publishing to PyPi for now (`pip install git+https://github.com/JJTech0130/pypush@initial-rewrite-structure` for this branch)

`apnsproxy` is now working: it allows you to see the APNs packets that your local machine is sending over the wire. Note that it requires SIP to be disabled. (It...

Just refactored the CLI, the command is now just `pypush`, `pypush proxy` replaces the `apnsproxy` command.

Actually, I think that omnisette[storeservicescore] is ideal for use cases where it's just a single instance on-device, and should be kept working if possible-- the only real downside was memory...

I'm leaving this documentation issue because there isn't any general implementation anywhere. If we get the Xcode API implemented here I would consider the code-as-documentation good enough, but right now...

You guys are all having issues with 2FA? Have you tried using `--trusteddevice` with biemster's script? GSA won't accept 2FA tokens from a trusted device if it's expecting SMS, and...

> When lauching macless-haystack I see a strange behavior, maybe this is related : > > > remote: Enumerating objects: 88, done. > > remote: Counting objects: 100% (88/88), done....