Joshua Davey

Results 9 comments of Joshua Davey

Also, it was nice to meet you the other day.

Great question! Rails 3 support is in the works, on a branch called rails3. I plan on releasing the updated gem when Rails 3 itself is released. In the mean...

Hmm, I'll look into it.

@gorodetsky : Any word on Datamapper support?

I'm certainly interesting in this kind of thing, but I confess I no next to nothing about Elixir, let alone the the ecosystem. If someone can come up with something...

That would require a bit of refactoring from what the code looks like now, as it would require the `cell_html` attribute to be saved off as a proc and re-evaluated...

The library does expose the `QREncoder::QRCode#data` method, which may do what you need. It returns an array of integers, each of whose bit is significant. From there, you can perform...

Thanks for the feedback! > CLJS tests fail currently (resolve is a macro) I'm curious if there's a pattern that makes more sense for lazy-loading that would be regardless of...

The need for something like hikari is reduced because of the built-in connection pool. See https://github.com/igrishaev/pg2/blob/master/docs/pool.md