Kasper
Kasper
If you're able to figure out how to run `tmutil compare` to compare 2 backups, please lmk
Sure thing: ``` SERVICE IMAGE │ LOCAL │ LINKED ─────────────────────────┼──────────────────────┼───────── supabase/postgres │ 15.1.0.147 │ - supabase/gotrue │ v2.132.3 │ - postgrest/postgrest │ v12.0.1 │ - supabase/realtime │ v2.25.50 │ -...
Yes, there's the File System Basics article: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW1 And the macOS Library Directory Details article: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html > The data directory is managed by the `VOLTA_HOME` environment variable Thanks for letting...
Is this for returning errors, so we can prevent bugs from forgetting to handle exceptions and from incorrectly guessing the error type?
Same here, it's quite annoying and makes the feature unuseful. The "lowest price" is shown in euros, while my accounts' currency is NOK, which is an unstable currency ATM. So...
This is how long formatting takes for me for my codebase of 207 files. Svelte files are 10x slower than Typescript. `prettier --check` is only 10% faster than `prettier --write`....
.ts: 1610 .svelte: 2646 (1.6x)
The traffic light position should just be in the middle of the title bar, don't consider the text. Though you gotta think of the window border *included* as part of...
For context, error lens looks like this, with red/orange line and text: 
> But in general I think JSON specifies that numbers are f64, so using those as storage is not considered safe, and should probably be strings. That's not the case,...