Jack Hedaya
Jack Hedaya
Hi! Unstructured has support for providing in-memory text. Would be a great addition as currently, developers have to write and then read from a file if they want to load...
Hi! Just wondering if anyone tried using the components with Preact. If not, I'd be happy to try it out and report back 🙂
### Which package is this bug report for? If unsure which one to select, leave blank @crawlee/core ### Issue description I noticed two things with regard to urls being processed...
### Which package is the feature request for? If unsure which one to select, leave blank @crawlee/core ### Feature I think it would be really cool if there was a...
Hi! Added an export command that I think would be useful. This would let you generate environment files easily and smoothly. Would be really sweet to also have client libraries...
Hey! How are you? I think a cool feature would be to validate that all responses were the same. For example, in my case, I'm testing to ensure there are...
**Is your feature request related to a problem? Please describe.** I gzip my values before sending to Redis to optimize storage. I'd love to be able to eyeball the gzip-ed...
**Describe the bug** Hi! I think there may be a misalignment between the go rod websocket and the browser less web socket. When a 408 is returned, Rod panics because...
Rod Version: v0.116.2 ## The code to demonstrate your question - Run: `docker run -p 9222:3000 ghcr.io/browserless/chromium` ```go func TestRod(t *testing.T) { testChannel := make(chan string, 100) wg := &sync.WaitGroup{}...