Ondra Urban

Results 108 comments of Ondra Urban

You're right. We've had this in mind for quite some time, but since its mostly a convenience feature, we were postponing it. Thanks for creating the issue. I promise we'll...

While the benchmark is cool, the purpose of having a JSDom crawler was to add another very popular parser that a lot of people already know. When I compare stars...

Does “parseable with Cheerio” mean that one wouldn’t even notice it’s something different or that it manages to parse it without throwing, but your typical code would fail because the...

Yeah, me neither. That's why I wanted to know how safe this is. Adding it is easy, taking it out once we realize it doesn't work reliably is more difficult.

I think we really should start thinking about the hidden key value store to be able to accomodate all this metadata. Or just say that anything prefixed with `APIFY_` is...

Yes, that would be ideal, but KVS doesn't support `#` in key names, so changes in the platform would be needed.

> Recently we were discussing lifting of character limits for record names anyway, and figure there aren’t many reasons why not. So we could do this as part of this...

For this to work, `apify-client` would need to support streams. We'll consider it, but we need the client to be isomorphic, so it might not be as easy as exposing...

I like the idea, could you do a PR @pocesar or do you have too much on your plate right now?

PR welcome :) Although I'm not entirely sure how happy Sets and Maps are if you delete items from them while iterating so it might be a bit tricky. Or...