Jimmy Schementi
Jimmy Schementi
Whoa, that's not what I see in Tumblr or in the Example App. If, when using Kanvas in WordPress, the image is being aspect-filled on the screen vs. aspect-fit, then...
Should Riker also be opinionated about the other management tools, like log management? If so, it can provision a machine running http://logstash.net, and logs can be shipped there.
Currently, if an application requires a configuration at install-time, the deployment (`riker deploy`) will fail until the configuration is manually updated on the deployment instance. After the first deployment fails,...
Config updating possible since ca3dc810eaeddc8993219bad60694e9e4e579800, but is not stored in S3.
This will require quite a bit of refactoring up-front, as AWS support needs to be an adapter. Then, support for other clouds would be straight-forward, as long as they have...
This is because the AWS API just doesn't return it yet. A subsequent run of `riker deploy-ami` will find the AMI and deploy it. Fix is to keep trying (for...
I unlock the request now, and schedule requests in a ThreadPool, but not yet reacting to rack.multithread
The "Request" class should really have the majority of the code in IIS.Handle moved to it, as "Request" should know how to build the request.
This is not the case. Here is the line in question: ``` ``` Because external script-tags are not immediately run (defer defaults to true), the Python engine is loaded, the...
I think the project owner would appreciate it if the pull-request did not change the indentation spacing from the original 2-space indent. Style preferences aside, it just makes it much...