Adrián Chaves
Adrián Chaves
Since we use this to convert expressions that are usually only a few and defined at development time, in code, and not at run time, and we limit the sizes...
> it's unclear to me what's the intended behavior +1
I think https://github.com/scrapy/scrapy/pull/6715 addresses this (one of the changes is about good handling of unhandled exceptions from user-customizable APIs, mainly scheduler methods), maybe we can extract the related changes into...
Could you revert https://github.com/scrapy/scrapy/pull/6875/commits/d66f649a29270beceeceaebb048d7735593016bd? I don’t think we need tests for this change.
Hmm… Those failures are completely unrelated. I wonder what’s triggering them, though.
I’m now thinking that maybe we should only add the exception class name to the stats. I’m guessing the stat breadcrumbs are not meant to have `/` characters, and we...
The behavior here is as designed, Zyte API params for provider dependencies can only be altered with the `zyte_api_provider` request metadata key or the `ZYTE_API_PROVIDER_PARAMS` setting. However, I wonder if...
This is because year is interpreted the same as years, and “2010 years” is interpreted as “2010 years later“. Maybe we could make it so that if it is year,...
The code base is relatively complex, and I don’t think this case is user configurable at the moment.