Donald Piret

Results 10 issues of Donald Piret

Is there a way to use --version in the arguments.rb to serve our own version information? This always seems to trigger daemon-kit's one instead

Hello, I'm following the nodejs example in the example dir but am having some issues supported pasted text. It seems to append tilde's (~) around the pasted content (and only...

Cleaned up implementation of #610 with Mongoid support

suggestion

The current glob.sync can match directories as well as files, which will then fail when trying to get the size of the file, this change ignores directories when performing the...

I'm surprised we don't get the option of choosing between a spherical and linear formula for calculating distances. For search-engines that need to query large amount of objects based on...

feature

Uses the older Soap4R Library which is helplessly broken on 1.9 (many fixed branched out there but no authoritative version). Would be nice if a rewrite to Savon was possible

I've been fighting for hours trying to get a working config file for swagger-docs, without success. Could use some help. Here is how things are set up for me (using...

When setting up github-pivotal-flow, you are asked to configure your master and development branch names. These names should be checked against the remote and should get created if they don't...

How would I work with partials and json_builder to avoid duplication? With builder I can do something like: ``` xml.destinations do @destinations.each do |destination| xml 'destination', :object => destination) end...

Feature Request

Ran into this interesting issue today where if you're using the Chronic parser as described in the readme, your accessors will result in times changing each time they are called....