Andrew

Results 186 comments of Andrew

> Apple clang version 15.0.0 (clang-1500.3.9.4) I thought Apple provides clang and gcc with Xcode? You can install the command line tools with ``` xcode-select --install ``` iirc homebrew requires...

I have suggested something similar #5410 for module's that don't offer multiple conditional based outputs. Which could be used in your scenario by setting the environment variable to null for...

FATA errors like this iirc are due to the wrong architecture version i.e homebrew x86_64. it can also be because the machine/MacOS lacks certain virtualisation support Which VM type are...

FYI GMT to BST > In the UK the clocks go forward 1 hour at 1am on the last Sunday in March, and back 1 hour at 2am on the...

This sometimes lags on a almost clear page I have disabled some plugins it has improved things a little. I am guessing really you need a recent iPad Air or...

@ConnorBosman do you mean so you can add hooks that AlDente can call shortcut . So it can start shortcuts on certain events?

Looking at the [architecture diagram ](https://github.com/juicedata/juicefs?tab=readme-ov-file#architecture) it shows SMB/CIF and NFS connections to fuse so naturally I thought that it already did. As fuse-t works by using SMB and NFS...

It would seem the [go-fuse library](https://github.com/hanwen/go-fuse) (used by the Juicefs client) doesn’t support it yet. There have been attempts but the [pull request ](https://github.com/hanwen/go-fuse/pull/453 ) has been closed. Hopefully someone...

Talking to the fuse-t team there is a [compatible version of go-fuse](https://github.com/macos-fuse-t/go-fuse) for fuse-t. I believe the issue is that juicefs uses a [custom version of go-fuse ](https://github.com/juicedata/go-fuse/) so its...

> There's both [xcodes formula](https://formulae.brew.sh/formula/xcodes) and [xcodes cask](https://formulae.brew.sh/cask/xcodes) in Homebrew core. Hi @bartekpacia `brew install --formula xcodes # = xcodes commanline ` `brew install --casks xcodes # = xcodesapp which...