Kev

Results 3 issues of Kev

Collection --> Folder --> Request

enhancement
planned

I had to do Monkey Patching like this: ```rb module OmniAuth module Strategies class LinkedIn < OmniAuth::Strategies::OAuth2 uid do raw_info["sub"] end info do { :name => raw_info["given_name"], :family_name => raw_info["family_name"],...

Hi, I’d like to know how to delete finished jobs to free up space in my database. What’s the best way to do this? Thanks in advance.