mmotherwell

Results 5 comments of mmotherwell

I debugged the code and it passes in a string that is super long (eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBGZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0d6f6469d9e6acf521c4bb6aeb460a4997419115), and causes an issue on line 24 of Metadata.rb, where ActiveStorage::Blob.find_signed(file) returns nil. Not sure...

Sorry to double post, on a whim I changed the code on Metadata.rb on 24 to add the ! (as In could not find a method ActiveStorage::Blob.find_signed without the bang)...

I tried it with et --logtostdout --verbose 9 and I got: [INFO 2020-07-18 13:35:50,425 client-main ParseConfigFile.hpp:1349] unsupported config line: IdentityFile /Users/{HOME_DIR}/.ssh/id_rsa, ignored

I think this can be closed now. The merged PR fixed it no?

Just put this in your gemfile: gem "best_in_place", git: "https://github.com/bernat/best_in_place"