Paul A Jungwirth
Paul A Jungwirth
If your functions depend on each other, you may wind up with forward references in your `schema.rb` file (even though we order them by oid, e.g. if an older function...
will_paginate 3.0.pre2 provided previous_page and next_page methods on the object returned from .paginate(:page => params[:page]). These were useful to check if I wanted to alter other parts of the view...
If your `key_suffix` proc raises an error (e.g. its argument count doesn't match `perform`), then sidekiq-throttled [treats the worker as unthrottled](https://github.com/sensortower/sidekiq-throttled/blob/master/lib/sidekiq/throttled.rb#L89-L90). Having a message about the error would have saved...
I noticed your project doesn't indicate a license anywhere (at least that I can find). Would you mind adding one?
It'd be awesome if ark could support bz2 files, e.g. http://download.osgeo.org/geos/geos-3.3.6.tar.bz2
I'm trying to get ark to unpack and install [Proj 4.8.0](http://download.osgeo.org/proj/proj-4.8.0.tar.gz) (tar.gz), but that file's contents all begin with `./proj-4.8.0/` rather than the usual `proj-4.8.0/`. Ark puts the contents into...
When I use `respond_with_bip` in my controller `update` methods, I get this in the logs: ``` Completed 204 No Content in 35ms (ActiveRecord: 18.2ms) [2014-01-01 16:20:10] WARN Could not determine...
This PR bundles three minor improvements, all around Postgres connection parameters: - You can give a postgres port, in case you have multiple versions of postgres installed. - We urlencode...
I'm so glad that someone has already written a gem for this! I was looking at your Postgres adapter code, and what do you think of using `CREATE CONSTRAINT TRIGGER`...
Asks the Zabbix server for the active checks that are needed for a given host, following the protocol documented here: https://www.zabbix.com/documentation/3.4/manual/appendix/items/activepassive?s[]=agent&s[]=protocol This PR includes a few unit tests for the...