Michael B. Klein

Results 107 comments of Michael B. Klein

@MikeKovarik Just popping in to say that we’ve been using this code in production for a couple weeks now, and have used it to process more than 200,000 TIFF images...

I really like where you've gone with this, especially the idea of breaking up the repo and allowing people to require only the bits they need. It would certainly make...

Hi @MikeKovarik – just thought I'd check in and see if there's anything I can do to help with where you'd like this PR/issue/refactor to go. Our application is chugging...

Thanks for the thorough response! I hope my teammates and I will have a chance to dive into this soon.

Hi @MikeKovarik, I started working with what you described above, but then I realized the potential for expanding the “bring your own reader” concept and ended up with [this PR](https://github.com/MikeKovarik/exifr/pull/57).

Huh, I had never heard of #display, either. Interesting. I'm already removing some methods from Object, but I can take a look at this one sometime next week.

I've been using [railsconfig](https://github.com/railsconfig/config) for a while now, so I can't say there's going to be much ongoing support for confstruct. I'm happy to consider PRs and work others want...

I'm not sure where the `format` method is being predefined, but you can overcome this issue by using the other variation of the block format that yields a configuration object:...

Hah. Yeah. Too Much Magic indeed. I'll take a look at this one as soon as I can, but I have to get my pentagram and chicken bones set up...

I think I got it. Try the new HEAD and see if it solves the problem. I'll release v0.2.5 if it works like you expect.