Robin Winslow

Results 51 issues of Robin Winslow

> Static content will not see great benefits. Would it be possible to add an option to store the cache in memory instead of in disk? This could presumably improve...

At some point, my GitJournal stopped being able to save any changes to my files. I don't know for sure (happy to verify this if you like) but I suspect...

When I rename a file, it seems to create multiple copies. As in, if I open an existing post, rename it, and then go back to the list of posts,...

We can edit comments in GitHub, but not in Utterances below an article. Is it easy to enable this?

I know nothing about `docker-slim`, I don't have a clue how it works, but it looks exciting so I'm giving it a try on our [Dockerfile for ubuntu.com](https://github.com/canonical-web-and-design/ubuntu.com/blob/master/Dockerfile). I build...

Unless I've missed something, it seems that currently `sassc` only supports compiling one file at a time. Is there any plan to support building every file in a directory?

enhancement
pull requests welcome

I've just completed quite an extensive project of finding and blocking bots from querying our search, which has been costing us money as we make use of Google Programmable Search...

https://sentry.is.canonical.com/canonical/snapcraft-io/issues/846/?referrer=github_plugin ``` PrometheusLockTimeout: Timeout acquiring prometheus lock File "talisker/endpoints.py", line 273, in metrics data = collect_metrics() File "talisker/prometheus.py", line 173, in collect_metrics with try_prometheus_lock(): File "python3.6/contextlib.py", line 81, in __enter__...

Priority: Low

Currently, the snapcraft.io app is written to behave differently under "test mode", in the following ways: - Don't use `flask_wtf.csrf.CSRFProtect` - Don't register the app as a Talisker app -...

Priority: Low
🚀 Dev ready

I'm trying to parse HTML similar to the following (in Mistune 0.8.4): ``` html `some code` **Something** --- Some paragraph ``` But I can't find a way to make it...