Ondra Urban
Ondra Urban
Redirects are not easy to do in v1. Will have to do it once we migrate to v2. I would point the invalid puppeteer pool link to https://github.com/apify/browser-pool for now.
Technically, we could add an `idempotencyKey` parameter as we have with webhooks. `Apify.call()` could then check if such key is present in KVS and if so, load the info from...
(yet another use for hidden fields in KVS)
@jancurn But then we could `call` only once for a given target actor. If I `Apify.call` multiple times, I need to be able to store those calls separately to be...
Wouldn't that case be better served by a webhook?
https://github.com/apifytech/apify-js/pull/675
Guys, great points. Just letting you know that `call` will be a part of `apify-client` soon. But the persistence could still be part of SDK I guess. Dunno yet. Step...
There's this very magical validation in Request objects. Could you please try to recreate it with the new package and see how it performs against ow? Both with and without...
There's [this ow shim](https://github.com/transitive-bullshit/ow-shim/blob/master/index.js) to reduce bundle size. It would also be faster, most likely, you never know with proxies.