Avi
Avi
@njfanxun did you find a fix? I think I have a similar issue https://github.com/sensepost/gowitness/issues/216
is it fixable in gowitness or it requires a fix in chromedp? hanging is quite a big problem @lappsec how did you address this
> This is still an issue, one you can temporarily avoid by using the Go Rod driver with `--driver gorod`. I wish I could. `gorod` does not work on some...
it would help me customize for non english users
What I need is: - User A creates an External Library and scans it - User A grants read-only access to this External Library to User B - User B...
> I patched the code to bypass this error (_ran into a second_). FYI > > ```diff > def decode(self, token_ids: NDArray[np.int64]) -> List[str]: > + if isinstance(token_ids, torch.Tensor): >...
https://github.com/outlines-dev/outlines/pull/548 seems to help 🤗