jarrett
jarrett
After upgrading to the latest Piston dependencies, window coordinates seem to be broken, at least on OSX. [Here is a screen capture](https://www.dropbox.com/s/ewvhe8anbnzyevl/piston-coordinates-error.mp4?dl=1) of the [Hello World example](https://github.com/PistonDevelopers/piston-examples/blob/master/src/hello_world.rs) demonstrating the error....
When uploading any file, I get this exception: ``` ERROR NoMethodError: undefined method `md5' for nil:NilClass ``` The exception is raised in [server.rb](https://github.com/jubos/fake-s3/blob/master/lib/fakes3/server.rb#L151): ``` response.header['ETag'] = "\"#{real_obj.md5}\"" ``` So `real_obj`...
Summary: The example run commands in the Dockerhub readme don't work, but they can be fixed by adding or discussing the `--privileged` or `--ulimit` flags. The Dockerhub readme suggests the...