Nick Sweeting

Results 1271 comments of Nick Sweeting

are you still running that super old version `0.1.22` @mimdev01? the latest code on `main` has hundreds of fixes since then, you should pull the latest code before doing anything...

What browser are you using out of curiosity to access the UI? Safari has had issues in the past submitting checked snapshot IDs correctly when Admin UI buttons are clicked.

That sounds like you're running into one of the forms of this ssue: - https://github.com/ArchiveBox/ArchiveBox/issues/746 Despite the title implying it's only an issue with hanging on exit, I've also seen...

Yeah I was about to post the same, Archive.org has been in read-only mode the last week. It's expected for any new URLs to fail saving because they disabled Save-Page-Now...

I've created a dedicated challenge to evaluate progress on fixing this here: https://browser-use.github.io/stress-tests/challenge.html#dropdown-selections

See discussion here: https://github.com/browser-use/browser-use/pull/1486#issuecomment-2841945217 We are ok adding `examples/` of asking the human for help with a custom action, but we do not want to add it to the default...

The issue of closed shadow roots is well known and plagues all the automation and archiving projects. `browser-use` is currently ok breaking page JS in a few edge cases if...

This is now a part of #857, so I'm going to close this PR as patchright added support for xpath selectors in shadow roots!

Hey @PaperBoardOfficial this is a great piece of work but I'm worried about adding a dependency on an external API service like Qdrant, I think we want to keep planning...

Yeah subresource-integrity checks break archiving because wget rewrites URLs in source files to be relative. This is a known issue that's difficult to fix, so I recommend relying on the...