rtomayko
rtomayko
Right now we're forcing the encoding of the input string to BINARY and also setting the output streams to BINARY for reads. See: https://github.com/rtomayko/posix-spawn/commit/af16f2a863702ca4346132932b72f25be7850b91 To be consistent with Ruby's core...
It should be possible to purge and/or invalidate cache entries explicitly using an API or response header.
This is going to be a pain by I'm trying to move all my projects away from the more complex test frameworks.
Some of the file meta and entity store file operations are not atomic and could lead to cache corruption. Understand these problems better and move to truly atomic ops where...
Running into lots of cases where automatically following associations brings in way more objects than you'd ever really want. It'd be interesting to experiment with depth tracking when following associations...
I want to be able to provide a custom layout template when building full-page HTML versions of man pages. I want to write templates in mustache: ``` ron --html --layout=sexy.mustache...
We should add `rpg -n` or something for disabling loading user and system config files entirely in addition to the environment override stuff that just went in.
All of Rack's option parsing and other rackup related stuff has been moved to a nice little `Rack::Server` class: http://github.com/rack/rack/commit/5db5d4e7432d026a7bddf344f97e8facd09128d8 This should let us remove a huge swath of code...
Setting up a warm standby VM is currently fairly straightforward once basic backups are in place but could benefit from built in support in github/backup-utils. The basic idea is to...