Results 55 issues of Andy Allan

## Environment - Ruby 2.7 - Rails 6.1 - Simple Form 5.1.0 ## Current behavior The [country_select](https://github.com/countries/country_select) gem [introduced a deprecation warning](https://github.com/countries/country_select/pull/203) in version 8.0.0, regarding how to set priority...

I'm going to spin this off from #3301. @tomhughes said: > Has anybody done a complete cross check between our language list and the OCI one? So here we go....

i18n

Fixes #2634 The connection switching is managed using the standard Resolver, which chooses the connection based on the HTTP verb. In the small number of cases where we update the...

awaiting upstream

This simplifies the install instructions. Loading from structure.sql is already handled. The more I thought about what I wrote in #3110 the more I realised it was worth doing anyway.

This is an alternative approach to #3030 with the same overall goal. It's based on the approach that I outlined there, namely being idempotent, and using Faker and FactoryBot to...

Normally Rails can autodetect bi-directional associations. This has two advantages: * Saves memory. If you do e.g. `issue.reports.first.issue` you get the same object back, without having to load `issue` fresh...

dx

I found this request [from one of the Translatewiki translators](https://translatewiki.net/wiki/Thread:Translating_talk:OpenStreetMap/Change_Windows_Live_to_Microsoft_account) and it seems reasonable to me! --- The Windows Live brand has been long discontinued. You can find a list...

good first issue

The current procedure for closing an account [is cumbersome](https://wiki.openstreetmap.org/wiki/FAQ#How_can_I_close_my_account.3F): > Send an email to the support address and an administrator will disable your account and remove your details from the...

enhancement

js-cookie 3.x has a dependency of nodejs >= 12. However, Ubuntu 20.04 ships with nodejs 10. We generally target the latest Ubuntu LTS, and this is also what we use...

dx

The documentation for ConditionalUsingTest currently reads as: > Use ::File.exist?('/foo/bar') instead of the slower 'test -f /foo/bar' which requires shelling out However, it doesn't mention that the ruby code should...