Hammy Goonan
Hammy Goonan
In Wagtail applications I tend to make an Abstract Page model that adds a bunch of stuff I want on every page. I'd quite like to be able to include...
Formatting improvements for readability
### Versions - nuxt: 2.15.3 - node: v16.2.0 ### Reproduction Create new app: `$ npx create-nuxt-app nuxt` > create-nuxt-app v3.6.0 > ✨ Generating Nuxt.js project in nuxt > ? Project...
Given Recoil is 4 years old now, I think it's safe to say it is no longer experimental.
Urljoin
I've added a check for the Python version before importing urljoin as the import is different for Python 2 and 3.
I noticed Response is included but never used so I removed it. I've also made some very minor changes re indenting to comply with PEP8. I resisted all urges to...