Alex Balhatchet
Alex Balhatchet
I hope this issue can be the start of a conversation that will eventually lead to me opening a PR :smiley: Reading https://github.com/excid3/prefixed_ids/blob/master/lib/prefixed_ids/prefix_id.rb#L10 it looks like the only salt for...
We have a `.rubocop.yml` file, which inherits from a `.rubocop_todo.yml` file generated with the `--auto-gen-config` option. I've just tried running `ruumba app/views --auto-gen-config` and it's overwritten my `.rubocop_todo.yml` file. What's...
### Steps to reproduce We're using a combination of "where missing" and "or + scope" to find goals without a state, either because they have no state record or because...
https://github.com/kytrinyx/etsy/blob/master/lib/etsy/listing.rb#L145 def variations(options={}) options.merge!(:require_secure => true) self.class.get_all("/listings/#{id}/variations", oauth.merge(options)) end Is there any reason for this to have the `require_secure` parameter set? It seems to work without it. irb(main):093:0> listing =...
Hey Dennis, This is my attempt at adding support for the [Opencage Geocoder](https://geocoder.opencagedata.com/) to your JavaScript library. The good news is that Opencage has a `format=geojson` option which means we...