Jason Rogers
Jason Rogers
I ported the the encoding of floats to float64 from https://github.com/feross/ieee754
First, thank you for this tool. It's really sweet. Are you planning to add support for JRuby at all, and if so do you need help in making that happen?
It would be very useful to allow for instance-specific settings. As it is, we have to override the default settings, instantiate our `timeago`s, and then reset the default settings. I'd...
## Setup **Version:** google-java-format-1.7-all-deps.jar **Machines:** - MacOS 10.14.5 - Fedora Linux 30 ## Problem The formatter splits lines inconsistently when the file has CRLF line endings vs. LF line endings....
It would be nice if Moped supported other query modification operators (eg. $min, $max, $maxScan). Here's some code that would allow for $min and $max. ``` ruby class Moped::Query #...
Please take a look. I didn't spend a lot of time on this. And I only tested it against the specs you already had (which isn't very extensive). Seems to...