Alex

Results 9 comments of Alex

Hello, I saw the note about this issue in the documentation and decided to write a simple patch for it. PR #5808

> That I am not sure how to do. When you attempt to run the tool on the .templ files it throws a syntax error because of all the `$variable_names`...

It seems to be failing while testing a download handlers: https://github.com/scrapy/scrapy/actions/runs/4028043270/jobs/6924481148#step:4:97 Otherwise I made changes so that it parses the URL for the schema, and changed the substitution so that...

> Can we just change the templates to always expect the URL and change `render_templatefile` to construct an URL if only a domain was passed? Probably, Should the URL scheme...

I just submitted PR #5801 which patches one instance of a Path object raising an exception.

This isn't a bug, I just never implemented it. I will look into it.

Sorry I am not sure what you mean