Tom Hughes
Tom Hughes
On a systemd system the /tmp directory is mounted with noexec which prevents the installer script being executed but there is no similar restriction for the /var/tmp directory.
This is more painful that it ought to be for a number of annoying reasons... Firstly https://github.com/ruby/setup-ruby currently only supports ruby 3.1 on 22.04 even though 22.04 actually ships with...
In light of https://www.openstreetmap.org/user/TrickyFoxy/diary/399621 I have resurrected my locale selector branch from many years ago that attempted to address #1115. The rebased and updated version is running at https://locale.apis.dev.openstreetmap.org/ as...
This is a first draft for extending the new account deletion logic to remove the email address when the user has no edits. As suggested to me by @simonpoole it...
Fixes #3431
Fixes #3428
As discussed in the #3257 review this changes all cancel buttons to use `btn-outline-secondary` instead of `btn-link` because to my mind at least having a row of buttons and then...
When build on armv7hl there is a single test failure that doesn't occur on i686 or x86_64: ``` not ok 421 gdal reprojectImage() should write reprojected image into dst dataset...
- [x] I'm reporting a bug, not asking for help - [x] I've looked at the [documentation](http://leaflet.github.io/Leaflet.draw/dist/reference-0.4.1.html) to make sure the behaviour is documented and expected - [x] I'm sure...
The PDF generation test is failing when run under python 3 with a bytes/string compatibility error: ``` ====================================================================== ERROR: python_tests.pdf_printing_test.test_pdf_printing ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/nose/case.py", line 198,...