Nick Knipe
Nick Knipe
I'm open to it! I still use the gem in one of my [side projects](https://www.hellodrifter.com), which is active, so I'm prone to catching bugs and the like.
@dougfales @andrewhao thank you, I'm happy to try to keep this gem moving along. As for rubygems access, would simplest be to [add RubyGem secrets to the repository](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) so we...
@andrewhao or @dougfales can either of you give me permissions to cut a release on rubygems? username is same as here.
This gem does allow you to convert GPX to Geojson. Did you look at the README?
Woops got confused, converts GeoJSON to GPX. If you create a GPX file using this library, you should be able to construct a GeoJSON object using the `.tracks` and/or `.routes`...
Getting same error trying to run tests by invoking the jobs inline (for simplicity), so: ```ruby OneFineJob.new(args).perform ``` will fail because there is no value in Redis (I think). I...
I see that Netflix's fast_jsonapi will [implicitly detect](https://github.com/Netflix/fast_jsonapi/blob/5ff3fa97dae4b6be51bf8ec315cb427667c4ce96/lib/fast_jsonapi.rb) if you are using Rails, and thereafter use `Rails.cache` if caching is specified. Does not appear caching is supported unless you are...
Is there a fix in the works for this? Or a cause identified so others might make the fix? Although seemingly minor, it is disruptive.
We have a bunch of aggregates that we need for the same time period. We generate an `ActiveReport::Metric` for each aggregate using the same filters/dimensions, and then generate a report...
Seems to not be working on Travis with Rails 4.2 & Postgres. I can't replicate locally, will try to figure it out when I have a moment.