Results 55 issues of Andy Allan

https://github.com/ceph/ceph-cookbook/commit/0845115b52d355e4c81eca149c81afafabdfb698 introduced the /var/run/ceph-radosgw directory. Unfortunately that's not created in any of the init scripts, and disappears on reboot (Ubuntu 14.04 and likely others). This means that on a reboot,...

If I try to use the `glug` command with a complex stylesheet that has multiple files, it fails to resolve the paths given by "include_file" statements. An example error message...

_Transferred from https://trac.openstreetmap.org/ticket/1946_ We store the language code for diary entries. However, [we only show the language as "English name (Native Name)"](https://github.com/openstreetmap/openstreetmap-website/blob/f9109b7a75f91c208a7b5f68cc64ba253a9041c5/app/models/language.rb#L29-L33). This leaves no possibility to translate it to...

i18n
diaries

This issue is a post-merge UI review for #4455 . cc @milan-cvetkovic (I haven't done a post-merge review before, so I'm not sure if there's a better way to do...

ui

In #4992 the nodejs version was updated to node18, but only for Docker. The version wasn't updated for either the installation instructions (INSTALL.md), nor for the vagrant installation. These three...

bug
dx

I've been doing some work today and came across a strange bug where the configuration in our initializers is not being properly applied. Specifically, we already set `action_controller.raise_on_open_redirects` to true...

dx

I just found out that I set up our CI incorrectly (my bad!), and there was no database connection available when running our `database_consistency` checks. So I was surprised to...

I merged the Danger PR (#4988) earlier, but as @tomhughes pointed out, [it doesn't appear to be working](https://github.com/openstreetmap/openstreetmap-website/actions/runs/11370083928/job/31629028217?pr=5266): ``` Run bundle exec danger --verbose To use retry middleware with Faraday...

We added support for Docker-based development in [2021](https://github.com/openstreetmap/openstreetmap-website/pull/2409) (based on a PR started in 2019). At this time there were no clear conventions for setting up docker-based development environments, so...

dx

We have a router.js file, which allows page navigation without full page reloads. However, this functionality is also provided, along with a lot more things, by Turbo. We should figure...

refactor