Nick Sweeting

Results 1234 comments of Nick Sweeting

can you run `docker run -it -v $PWD:/data archivebox/archivebox:latest config` and `docker run -it -v $PWD:/data archivebox/archivebox:latest version` again and share the output

What directory are in you in on the host? `$PWD` stores `data/` in the current directory, so make sure it's a new empty dir somewhere. After the first `docker run...

@filip-michalsky check out the changes from https://github.com/browserbase/stagehand/pull/1283 hopefully it covers all your logging needs. ```bash export BROWSERBASE_CONFIG_DIR=~/.config/browserbase # set this in env / ~/.zshrc / ~/.bashrc # example usage: tsx...

These instructions are incorrect so I'm going to close this pr. We keep up-to-date setup instructions here: https://docs.browser-use.com/development/local-setup

Woah gosuki looks awesome, I will try it out! I'll add it to the wiki in a few places + post on X.

You can register a custom action to take a screenshot whenever you want by telling the agent: ```python @self.registry.action('Save a screenshot of the current page') async def save_screenshot(browser: BrowserContext): page...

Woah this is interesting, sorry I didn't see this sooner and comment! Personally my preference is to keep storage-layer concerns outside of the core codebase. e.g. keep archivebox data in...

yah I know it's been like this for years, it's auto-generated from the README and I couldn't be bothered to hand-write custom html for all of it because the markdown...

Some more discussion here: https://forum.level1techs.com/t/thecakeisnaohs-devember-xbrowsersync-to-archivebox-and-misc-programming/162649/10

dbus errors are a red herring, those are normal for all working browsers in docker, need full error logs to see whats wrong + more detailed description. > "does not...