Nicolas Marchildon
Nicolas Marchildon
I'm facing the same problem.
There were serious changes in Rails 3 that addresses this; Arel was introduced: "New Active Record chainable query language built on top of relational algebra". See http://guides.rails.info/3_0_release_notes.html
I'm not using ruby-geonames at the moment, and have no easy way to test your change.
If it was possible to enable immediate requeue on alternate matching clients (instead of the same client), and somehow classify responses as "requeuable" (similar to connection-level requeues on clients) we...
I dream of an API allowing a Grafana instance to auto-discover Linkerd-generated dashboards.
@siggy, I have only looked at the code and screenshots. There is no drill-down into service and client pages, which is what I see mentioned by @rmars in the issue...
You may be able to get something like this with [scripted dashboards](http://docs.grafana.org/reference/scripting/).
Please add the option to print with Cloudmade's "Fine Line" style.
I was able to get barcode scanning working using a `zxing.js` built from Xiao Ling's fork of `zxing-cpp-emscripten`, which adds 1D barcode support: https://github.com/yushulx/zxing-cpp-emscripten/commit/bb7cf4ff00903c796677f348323f43bcde9a12f4 I compiled it with emsdk and...