Derek Lee

Results 3 comments of Derek Lee

I had the same issue as @Averethel . Deleting `Workflow Data` was not enough. I also deleted the preferences folder, found from right clicking the `GitHub` workflow in alfred and...

I got the same error. I cloned this repo and updated my Gemfile to point to my local copy. It looks like this: ``` source 'https://rubygems.org' gem 'cocoapods', '~> 0.34.0'...

It seems like `to_json` works as expected by converting all nested models. So a workaround might be `JSON.parse(model.to_json)`.