Ricky Gu

Results 7 issues of Ricky Gu

I followed the setup guide with devise (4.7.3) and mongoid (7.1.4) When I click on the magic link in the email, i get the following error: Mongoid::Errors::DocumentNotFound in Devise::Passwordless::MagicLinksController#show `message:...

I'm using "ng-token-auth": "^0.0.30", "angular-cookie": "^4.1.0" with devise_token_auth (0.1.42) I have an angular cordova app which I want the user to be always signed in unless they sign out. I...

Is it possible to disable confirmable for submitRegistration? I'd like my user to register with one click without confirming email. I disabled confirmable on devise, now it's giving a warning...

When I call Daemons::Rails::Monitoring.statuses in development, it works fine, but on my production server, it returns not_exists even though the daemons are running.

Add the ability to check friendship status between two friends.

Needs Revision

How do I run bitcore wallet service with Bitcoin Cash? I can't find any documentation.

I'm using the code below to upload a jpg that's 2.4MB ``` content = File.open(temp_file, 'rb', &:read) response = @b2.put_object(ENV["B2_BUCKET"], b2_path, content) ``` however, sometimes i'd get the following error:...