diego

Results 32 comments of diego

How's this issue going @kmike ? Is there a PR for it? Also, what about `Visit-time`? Reference of arcane `robotstxt` directives: https://www.ctrl.blog/entry/arcane-robotstxt-directives.html

Maybe we should reference the following: 1. https://github.com/scrapy/scrapy/pull/3796 2. https://github.com/scrapy/scrapy/issues/3969

@dannyeuu @kmike still nothing? If that is the case, maybe @sergipastor, @sarafg11 or @psique want to take a look at this?

best pr i've read the whole day. amazing work guys!

I am in the same situation as @cjohn001

I could use some guideline and I would be happy to try and fix this @NathanWalker @NickIliev

@farfromrefug I deleted the comment because I seemed to make it work today (more specifically on the ui-collectionview v.2+ version of the plugin). Nonetheless, I am still investigating because I...

Thank you for your quick responses! @farfromrefug Hmmm... okay, and more specifically, simply changing the layout to a horizontal one? My purpose is to have a virtualized horizontal list (imagine...

@farfromrefug what are the major changes between v2.+ and v3|v4+? I would like to submit a PR for the documentation that would serve my team as well, but I suppose...

@farfromrefug When setting the `orientation="horizontal"` the items are only rendered when they completely fit in each column, or more technically, when `modulo(items.length, numberOfRows) = 0` a.k.a. `items.length % numberOfRows ===...