Joshua Hull
Joshua Hull
Hey, I thought I'd send a pull request for the Renee web framework. Very simple ... should be the fastest of the Ruby bunch.
This updates the version of exif-be-gone being used and removes the eslint carve out for `no-var`. The updates to exif-be-gone are merely linting changes and packages changes.
Please provide enough information so that others can review your pull request. **Motivation** Explain the **motivation** for making this change. What existing problem does the pull request solve? If this...
When hitting an error on `connection.open`, we probably prefer to retry with some backoff instead of raising another exception. It's a bit tricky to test, just wanted to run the...
This fixes an issue where deferred constraints can leave the transaction in an inconsistent state. In the event of a failed deferred constraint, we need to issue a rollback in...
Hey, I figured this is a nice general purpose callback that other people would be interested in. Happy to do whatever work to make it mergeable, but thought I'd PR...
First thank you for this excellent library! I wanted to discuss making an API change. Specifically the `checkInitialized` function would be useful to have exported to make it easier to...
Use load instead of require to allow files without an extension to be loaded
Noticed this wrong constant running this. :)
The old code assumed all partitioned were equally sized, sometimes, that can not be the case. This calculates the assignments on a per-partition basis.