Jan Čurn

Results 80 comments of Jan Čurn

In description of the uule parameter there is a link to a tool that generates it. On Tue, 18 Feb 2020 at 18:06, Lukáš Křivka wrote: > Now that we...

I can't much imagine how this would work. When you restart the actor, there is no way to make the execution jump right to `Apify.call()`. The only way would be...

Good idea, we can even generate the `idempotencyKey` from actor run ID, so that we don't even need to store it.

You can construct the `idempotencyKey` from the call input params and run ID

Guys, you know there is already an internal function called `waitForRunToFinish ()` that does exactly that, in a slightly smarter way than active polling? See https://github.com/apifytech/apify-js/blob/f2d6e5c1f7c72be9b39d4c05912dd50b89228433/src/actor.js#L34 We can start by...

I think there is no harm making `waitForRunToFinish()` publicly available, we just need to document it well. The `taskId` param is not very nice, it's only used for the error...

So you'd like the `anonymizeProxy` function to return a URL like `http://localhost:8453` instead of the password-less `http://myproxy.example.com` ? Please can you explain why, what difference does it make to you?

But why do you need the "anonymized" URL like `http://127.0.0.1:8080`, why don't you use the target free proxy URL? It just works too, no?

Oh right, now I understand. Let us look into it. CC @szmarczak

Perhaps we could add an option that would also anonymize password-less proxy URLs, but not sure whether it's not overkill, as the caller might decide this for themselves. "anonymization" might...