簡煒航 (Weihang Jian)
簡煒航 (Weihang Jian)
Would you mind provide that image for me? Since this gem is built with `libexif`, you can try the `exif` command to see if it still works: ``` $ brew...
@joel Thanks for reporting. I'll see what I can do. It seems like an issue for Big Sur.
@joel Fortunately, a workaround would be using docker: ``` $ wget -O IMG_4977.jpg https://user-images.githubusercontent.com/5789/101786222-f8c92200-3afd-11eb-9676-5ffa7a93e089.JPG $ docker run --rm -v `pwd`:/work -w /work ruby:2.7.2 sh -c 'gem install exif > /dev/null...
@joel Sorry for the late reply. And sorry that I can hardly have time to look into this issue because I am actually looking for a job recently and my...
@joel @matthew-angelswing Sorry for the late reply. I just released exif v2.2.1, https://rubygems.org/gems/exif Let me know if the latest version works. Thanks for bringing this up!
Can you give me some examples or sample images so that I can reproduce the same issue? Thanks!
Since the project seems no longer under maintained, I built another one: https://github.com/tonytonyjan/rack_encrypted_cookie It's built on top of `Rack::Session::Cookie`, [so you can customize the `:coder`](http://www.rubydoc.info/github/rack/rack/Rack/Session/Cookie) as well, for example: ```ruby...
[Alternative solution](https://github.com/tonytonyjan/rack_encrypted_cookie) It's built on top of `Rack::Session::Cookie`, and you can do this: ```ruby use Rack::Session::EncryptedCookie, secret: 'test2', old_secret: 'test' ```
Feel free to use the source code of [jaro_winkler](https://github.com/tonytonyjan/jaro_winkler/) (It's MIT license) and please include credit comments on the top of copied files if you plan to make another gem.
No, I am willing to be a little contributor but would probably have no time to be a maintainer.