malicious
malicious
Potential fix (disclaimer that I don't understand the multi-cell editing well, see 2256b1df2b149f681ac192082158d6eab3ce54e8 for original, pre-ES6 commit): `positions` is only used within the conditional, so update confirmCellEdit(): ```diff confirmCellEdit ()...
Still reproduces on macOS 13.5; having `CreateDesktop false` prevents the window outlines (or anything, really) from being drawn on Penc activation. (I haven't proven this, but I would guess that...
It seems like `airport` no longer does anything, starting with macOS 14.4: ``` WARNING: The airport command line tool is deprecated and will be removed in a future release. For...
As a workaround, in the macOS terminal you can use `kill -STOP $(pgrep Ryujinx)` and `kill -CONT $(pgrep Ryujinx)` to more-thoroughly "pause" the app
I think this is a bug, but let me know if this is intentional: the extension .dylibs in `DB.Browser.for.SQLite-dev-3e7dd41.dmg` seem to be Apple Silicon-only, while the overall app is dual...
I'm running SlimHUD 1.5.1 on macOS 13.5, so it's probably signing-relrated. Fyi on a different system, here's what Apparency shows (with vscode for comparison): 
Anecdotally, this happened for only 30 of 3800 files while reviewing one iOS backup. ~So overall not very noticeable, unless it hits one of the files you're looking for.~ Actually,...
https://gist.github.com/malicious/cd2a17f1ace34d27a8c710892721b28d Custom script to reproduce this issue. Run on a decrypted backup directory: mvt-ios decrypt-backup --destination rgax-decrypted/ rgax/ python re-encrypt.py rgax-decrypted/ rgax-reencrypted/ diff -rq rgax/ rgax-reencrypted/
I had a similar error; I needed to add the `$live` collection to config.yaml. (It's mentioned in the error message that it's trying to hit `http://localhost:40369/live/`)
Does the UI freeze, or does it simply not update? When you call the code from a Task (in the freeze demo), you're updating the `@State var asyncLoadedAttributedText`, but SwiftUI...