Josh Medeski

Results 119 comments of Josh Medeski

@EvilJimJafar no one has taken ownership of this yet, it's a pretty significant feature that needs solid testing before it would be published. Let us know if you want to...

PRs are welcome, you'll have to do some sort of lookup on the symlinks to detect if mackup is currently backing up an app. A general, creating a reusable `checkIfInUse`...

Adding "documents" to my config file worked, thanks!

The `fabric -l` pattern isn't friendly for tools like `fzf`. It' shows a "Patterns" header and indents all of the results. Can we create some sort of `raw` flag that...

It's also working for me on a Mac mini M1 (macOS Big Sur Version 11.2.3 (29D91) 🥳 Thanks @msanders!

I had to update the TARGET for macOS 11.4 ``` TARGET = apple-darwin20.5.0 ``` I also had to manually add write permissions to the `sudo` file. ``` $ sudo chmod...

The latest version of macOS, `Version 11.6 (20G165)` works when you follow my instructions above and replace the target with this: ``` TARGET = apple-darwin20.6.0 ```

@Robitx would would need to be done to offer any OpenAI compatible alternatives to be supported? I'm guessing exposing a open_ai_url on the agent level (defaulting to OpenAI's API) so...

Sorry if my wording was misleading. I want to disable the spf background. You can see the first image is how my terminal looks by default, then how spf looks...

Thanks, I'm looking forward to the next release.