Rich Stokes

Results 59 comments of Rich Stokes

Append-only isnt the right solution either. Sometimes it may be perfectly valid for it to replace parts of the file contents, not just append

``` ✅ fastlane environment ✅ ### Stack | Key | Value | | --------------------------- | ---------------------------------------------------------- | | OS | 13.3.1 | | Ruby | 3.1.4 | | Bundler? |...

Figured it out. For some reason I have multiple "turtle-v2" keychains (when looking in MacOS' Keychain Access). I deleted them all and now builds are working. Not sure if this...

Yep, RN -- do you put that inside the doPollyfill function?

Hmm. No dice. If you get a chance I'd be really interested to know if creating a blank RN app in expo and trying to call the API per the...

Also noticed the [doc here](https://github.com/bluesky-social/atproto/tree/main/packages/api) says to `import {AtpAgentFetchHeaders, AtpAgentFetchHandlerResponse} from '@atproto/api'` when using a custom fetch implementation, however AtpAgentFetchHeaders' apparently doesn't exist 🤔 not sure if thats needed or...

It works! Thank you so much, that really helped!

FYI this *seems* to be fixed in master branch, if anyone needs a quick solution

Is there a way to tell AutoGPT to use a specific directory when cloning git repos? Getting: ``` Command clone_repository returned: Error: Attempted to access path outside of workspace ```...