Dave Nicolson

Results 89 comments of Dave Nicolson

It also seems like it's not possible to add a GitHub or Telegram account if that step was previously skipped.

Based on https://github.com/evanw/esbuild/pull/3398#issuecomment-1733657157, it's not clear if this should be addressed in Bun or not.

It looks like somewhere UTF-8 text is being decoded as ISO-8859-1 or a similar text encoding. There doesn't seem to be an issue here: ``` const fs = require('fs'); const...

@joeferner, @baskerville I think this issue can be closed.

Granting `cfprefsd` Full Disk Access allows apps to save preferences again, the symlinks are then replaced with regular files though as in https://github.com/lra/mackup/issues/1854.

It's located at `/usr/sbin/cfprefsd`, you can find it with `which cfprefsd`. In Full Disk Access, you can hit Command-G and paste `/usr/sbin/cfprefsd`.

I'm seeing this with Tower 3 (version 9.1), there is a CoreData crash but only when two machines are used at roughly the same time.

On macOS 12.1 (21C52) and 12.3 (21E230) at least it seems that every plist file in `~/Library/Preferences` that was symlinked is replaced with a regular file when User Defaults for...

The following code might have the same problem: ``` AC_DEFUN([FUNC],[ AC_SUBST([XXX],[YYY]) ]) ``` ![PixelSnap 2023-11-27 at 20 16 07@2x](https://github.com/ptomato/sublime_autotools/assets/2276355/b94b3237-7930-457e-8c75-d8069d7b0e19)

There is an "Always" option for location permission on iOS, from what I can see there isn't a comparable Bluetooth option for tvOS or iOS.