James Addison
James Addison
That's OK, take your time. Could you try them as two separate commands? 1. `python` - to open a Python interpreter session (the `>>>` should appear as a prompt). 2....
Excellent :) OK. Do you have any particular recipe webpage that you want to scrape from, or should we choose one at random?
Afraid not, yep - it's one URL at a time. We can use that one though, to get a sense for how the functionality works. That would be: ```pyi scraper...
Ok, we've got ourselves a `scraper` variable :) Now you should be able to use that to access the information from the recipe -- also, it's boring, but I should...
If it's OK with you: I'll edit the title of this thread because the discussion gives me a few ideas for how we can improve the top of our `README`...
You're welcome - you too!
Although I feel like I want to make adjustments here and may have ideas about how to do that, I'd appreciate input from other maintainers/developers because churn/incorrect fixes here could...
Also: maintainers: please feel free to convert this into a GitHub discussion if that's a more appropriate venue for this thread.
I'm not convinced that my assertion that only the most-recent/last copyright line should be updated is always true. Although updating every line does seem _incorrect_ in some situations, it seems...
I'd propose a combination of two changes: 1. Add a config setting to allow downstream sites to disable copyright year substitution entirely if they choose. 2. Add the ability to...