Chad Wilken
Chad Wilken
Use geonames, that is what they have it as on rubygems.org
This will be great. I recently had to create the graphql-searchkick gem to work around using Searchkick with GraphQL pagination. Any chance this will support lazy `limit` and `offset` calls...
Yea, that should fix it. I assume the failure is due to older versions of Mongoid before they applied the patch 🤷♂️. Calling `to_a` loads and does a full count...
My Mongoid version is `/Users/chadwilken/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/mongoid-7.0.5`. I might be looking at this wrong at second glance. I think I followed the wrong path for the `MongoRelationConnection`. I'm not sure why calling...
@arnvald, thanks for the quick reply. I worked around it for now using a `default_scope`, but it isn't an ideal setup long term. There are rare circumstances where a email...
So it turns out if you use this in combination with [rails_admin](https://github.com/sferik/rails_admin) and modify the class in an initializer it will load the model class before sorcery can configure the...
@arnvald not a bad idea as it is clear that one precedes the other. Ill mess with it a bit later.
@arnvald I gave it a try and now it complains that the password reset mailer must be provided. It is set but the module must not be loaded even if...
It looks like we are able to actually remove the plugin now though. We recently rearchitected our system and no longer need signed requests inside the VPC. I'll leave it...
> @chadwilken i was able to reproduce it and fixed it in branch `fix_aws_sigv4`. Maybe you still have the possibility to check if it'd be working for you now. I...