Andy Allan
Andy Allan
As far as I can see so far, we have a few issues here. * We can't translate every sentence that contains a duration, future time or past time separately....
I'm reasonably happy with the idea of putting a donation link in the main navbar, but I'll make a more general comment about this over at #6605 It's a hard...
@Robot8A I forgot to say - your ruby code looks fine, I'm always happy to answer questions or help with the coding. Thanks for making the PR!
So I don't think we really need the vagrant/virtualbox bit tested, so much as the rest of the setup script i.e the contents of [/script/vagrant/setup/provision.sh](https://github.com/openstreetmap/openstreetmap-website/blob/master/script/vagrant/setup/provision.sh). Could that be tested on...
> I suspect the answer is to ditch vagrant and improve docker and then add devcontainer support using it as suggested in [#5264](https://github.com/openstreetmap/openstreetmap-website/issues/5264). My strategy was going to be to...
We could simplify this a lot (and fix various other things, e.g. #6367) if we rewrote the notes UI to just be standard rails views. The current situation, where it...
> This issue proposes that the notes UI is refactored to use Hotwire, which would address these issues. I'm not even sure it needs to use hotwire, it might be...
I've extracted the db healthcheck into a separate PR, and tweaked some aspects of it - see #6626. I don't believe the other retry loops are required, and I think...
> Instead of "Change the type of a column", " Add a new column, change the code to write to both columns, and backfill the new column", etc. Yeah, that's...
I'm particularly interested in error monitoring (aka exception monitoring), in addition to performance monitoring. Users manage to break things in all kinds of unexpected ways, and it would be good...