Robin Winslow
Robin Winslow
I don't know if this is a "feature" or a "bug". It's really just a suggestion. I get: ``` ■ Using an unsupported version of DOCKER ENGINE You have version...
(Found your project through https://goodfirstissue.dev/, which I was looking at because [my team](https://ubuntu.com/blog/topics/design) are getting an early start on Hacktoberfest this week. Looks super interesting. Thanks!) At present, if you...
Unit tests should be able to run independently of external services, but `test_tutorials_search` is showing a 500 auth error when the key isn't provided, which suggests it's still calling the...
So we can see errors. They're not currently finding their way into sentry.
Currently there don't seem to be any logs for docs.ubuntu.com
Trying pyflow for the first time, I'm getting this right away [on our ubuntu.com project](https://github.com/canonical/ubuntu.com) (trying `pyflow install` or `pyflow switch` or just `pyflow` bare): ``` $ pyflow switch 3.10...
We are seeing a bunch of issues because we don't have lockfiles: - With fuzzy versions, e.g. loose versioning [inside flask-base](https://github.com/canonical-web-and-design/canonicalwebteam.flask-base/blob/master/setup.py#L23), different versions of the site can be running different...
This site (and all sites) should probably have a sitemap.xml to help search engines index our pages.
### TL;DR A way of configuring docker compose, such that when a user of my project runs a straightforward `docker compose up` (with no extra options), all services will be...