Christopher Peters

Results 10 comments of Christopher Peters

I had this issue, but `$(inherited)` was already at the bottom of my LIBRARY_SEARCH_PATHS. Taking a cue from a brand-new project, I added `"${PODS_CONFIGURATION_BUILD_DIR}"` as `recursive`, which got me past...

No objection with the numbering scheme. I think just releasing HEAD each time we do a deploy is a pretty good process. One thing that will help a lot is...

This error is happening because we didn't include a systemd unit config for bedrock. We're working on getting one written, should be available soon.

In the meantime, users who get this error should be able to start the app manually from the init script: ``` sudo /etc/init.d/bedrock start ```

Thanks, @qqo ! We haven't included the build script yet, but this is super useful, thanks. Your documentation is very helpful, too!

We've created a config directory in the repo, so now all we need to do is massage these a bit, test, and do a release.

Here is a patch to do it the way I recommend: ``` From afdb9f0dfc4af084aa8a521b09d5e86672009ad2 Mon Sep 17 00:00:00 2001 From: Christopher Peters Date: Mon, 10 Mar 2025 10:51:01 -0700 Subject:...

FYI, patch is same as in https://github.com/browser-use/browser-use/issues/784#issuecomment-2712123129 I have created a patch that handles this behavior correctly. On a mac without the Google API exceptions module, and a key with...

Hi, I have created a patch that worked for a (possibly) different endless failure loop I was experiencing. It might help here. The fix is to accept that people might...