James McKinney

Results 188 comments of James McKinney

> @mojtabaasadi I think we can just create default basic bit better UI with some open source CSS, like Twitter Bootstrap or Foundation, but your PR doesn't have to do...

Can you describe the precise steps to reproduce? I have not used Google CloudRun.

> store the arguments in ScrapyProcessProtocol() Noting that this was the approach in #254

I'm not sure why this is labelled wontfix. It is easy to reproduce, and even if the bug is upstream, we should try to fix it.

This PR has severe conflicts. Would any of the contributors be able to resolve them? If not, I will close the PR and create an issue instead (or defer to...

My reading of Scrapy's code is that it doesn't have any JOB, SLOT or SPIDER settings, so it is warning about environment variables that it doesn't even use and has...

Besides SCRAPY_LOG_FILE, SCRAPY_FEED_URI also causes a deprecation warning. Scrapy's FEED_URI setting is deprecated in favor of a FEEDS dict. https://docs.scrapy.org/en/latest/topics/feed-exports.html#std-setting-FEEDS Scrapyd needs to programmatically communicate the LOG_FILE and FEEDS settings...