Results 28 comments of Caleb Gross

[Drafted a change](https://github.com/mgdm/htmlq/compare/master...noperator:htmlq:contains-text#diff-42cb6807ad74b3e201c5a7ca98b911c5fa08380e942be6e4ac5807f8377f87fc) as proposed above. Given the following HTML sample from https://lethain.com/company-team-self/: ```html Work hard / work smart. 👈 Mailbag: What isn't measurable? To hire as exec or not?...

@jimen0, thanks so much for your detailed suggestion. Another possible approach I'm considering at @tracertea's recommendation: Logging redirects within `CheckRedirect` itself. See [`httpx.go`](https://github.com/projectdiscovery/httpx/blob/f4d155f927b0accb901bc8e4c4dad4fbf8154b63/common/httpx/httpx.go#L57) as an example of a custom `CheckRedirect`...

> Should we set a limit of max followed redirections? What should its value be? A few useful points of reference here: - An [early specification for HTTP/1.1](https://www.ietf.org/rfc/rfc2616.txt) recommended a...

Rather than using `RoundTrip` or `CheckRedirect` as discussed earlier, I [patched `NewResponse()` in `response.go`](https://github.com/noperator/ffuf/blob/f701644c3cd0e965223e7f7ed3bb0a6c78ee7529/pkg/ffuf/response.go#L51) to build a redirect chain by iterating over each `Request`'s `Response` until there are no more...

> I base my date on installing each and every single version on a device, and running the scan. Yes, this is the correct method for finding timestamps—either: - scanning...

Merged upstream PR ✅

@kamil-kaczmarek , when I run `python build_vector_store.py` as part of the step "Building the vector store index," I get the same error described above: ``` Traceback (most recent call last):...

Following the guidance in https://github.com/hwchase17/chat-langchain/issues/26#issuecomment-1497117115, I fixed this error by: - changing the loader to `UnstructuredURLLoader` - installing the `libmagic-dev` package - prepending `https://` to the docs URL ```diff diff...

My favorite workaround: invoke the "Move focus to the menu bar" keyboard shortcut. By default, that's `ctrl-f2` but I've remapped it below. This has the same effect as the suggestion...

Thanks, I'll take a look. Probably related to some func-related logic that I started but didn't finish. On Wed, Aug 28, 2024, 7:17 PM Leonardo Mora ***@***.***> wrote: > I...