Results 248 comments of Andy Allan

Same set of failures as #52 - we need to track down at what point they started failing.

OK, that matches what I've got in my new isolated development setup. I think these errors need to be worked through and fixed, i.e. they are genuine errors rather than...

The latter half of [my recent blog post](https://blog.gravitystorm.co.uk/2018/04/11/groundwork-for-new-features-in-osm/) is also relevant here. My personal belief is that things like groups (or organisations or teams) will be much easier to implement...

@dark-panda Is there anything that we can do to help move this PR along? It would be great to avoid all these warnings on ruby 3.1 and beyond.

For what it's worth, here's my workaround. I have a wrapper cookbook, and within it I do the following: ``` template '/etc/init/radosgw-run-dir.conf' do variables(user: node['apache']['user'], group: node['apache']['group']) end ``` templates/default/radosgw-run-dir.conf.erb:...

I'm happy to add an API, but I first want to check that a data dump isn't more appropriate. I'd like to avoid services making multiple API requests for user_block...

> every other use case that needs to access any user information already hits the user endpoint (at least once) That's not a good thing. What information are we not...

@simonpoole could you link to these "woodpeck discussions" please, and clarify who is going to decide what, and on what timescale. Your last paragraph is a bit too vague, and...

I've tried to reproduce this in order to report it upstream, but as far as I can tell there's no problem with a fresh rails app (see https://github.com/gravitystorm/rails-settings-bug/commit/f33c9e1228e89a4b0b558627400c77abfeb51278 - the...

Some binary-search through our gems suggests it's the `oauth-plugin` that might be causing this, and a [quick read of the code](https://github.com/pelle/oauth-plugin/blob/master/lib/oauth-plugin.rb) suggests it might be calling ActionController::Base directly during the...