Chris Varenhorst

Results 49 comments of Chris Varenhorst

I have the same problem on macOS. Simple example: ```bash $ dog dropbox.com TXT Error [protocol]: Malformed packet: length 345 was specified, but read 255 bytes ``` I assume this...

@gdbinit care to share your solution now that `csr_set_allow_all()` is long gone? I got all the way through compiling your kext and solving the signature annoyances, but just to get...

Just ran into this issue myself and this thread was the most helpful reference I found! For others, @12f23eddde [instructions above](https://github.com/cloudflare/wrangler-legacy/issues/1656#issuecomment-985521466) were crucial for fixing it. Turns out awhile ago...

I struggled with this too. While trying to download a a vimeo event that's no longer live (at [this URL](https://vimeo.com/event/2807264/dbe4e2b952)), I got an error: `ERROR: [vimeo] 2807264: Unable to download...

identical issue for me on gpt4all v2.2.1.post1 Running on a M3 Macbook macOS 14 Sonoma. Though my Python, and presumably everything else related to it, is running under x86 rosetta...

I would recommend this one: https://github.com/aciidic/thegreatsuspender-notrack I like it because the code is easily readable and it does the same thing the old great suspender did. Also I trust that...

@fsafq41 PR https://github.com/mpv-player/mpv/pull/11955 getting merged is seems key for mpv spatial audio support. Looks like it's waiting for a review by an mpv committer but not sure 🤷‍♀️ (though possibly...

I'm also seeing issues with this. It's pretty hilarious. Cat and Hat are swapped... ``` >>> wikipedia.summary("Cat") u"A hat is a head covering which is worn for various reasons..." >>>...

check out this fork for better 2FA support: https://github.com/Catwashere/find-my-iphone I've found it works more reliably. If you approve the first 2FA request you're prompted for after using this script, it'll...

I'm just another IINA user looking at PRs, but this is really cool! Sounds like it automatically adjusts the actual macOS system wide display settings to accommodate the video's frame...