Carlo Cabanilla
Carlo Cabanilla
Would be nice to have this: ``` var options = { dothings: true, // extremely important numberofthings: 10000, // yeah! dontscrewup: true, // also important } ``` Map to this:...
# This is a Bug Report ## Description I'm running `aws-vault exec serverlessprofile -- serverless deploy` on https://github.com/serverless/examples/tree/master/aws-python-scheduled-cron using temporary aws credentials via aws-vault. The `serverlessprofile` aws profile has the...
For example, how would I load a Tiled .tmx file? Normally you would use love.filesystem to read the file, but it doesn't look like aroma implements that api.
Hey, I'm getting a crash in NaCl with my game, not sure why. Is there a way I can collect more info on the crash? All it says in the...
$ sudo gem install otp_kickoff -s http://gemcutter.org Password: Successfully installed otp_kickoff-0.0.5 1 gem installed Installing ri documentation for otp_kickoff-0.0.5... Installing RDoc documentation for otp_kickoff-0.0.5... $ otp_kickoff configure --name="Carlo Cabanilla" [email protected]...
When I fill out a form and submit, it doesn't pass along the form values, it only submits an empty form. Test server: ``` ruby require 'rubygems' require 'sinatra' get...
How can you sort the search results?
After starting up the server, I get an error when I try to go to the site: Environment: Request Method: GET Request URL: http://localhost:8000/ Django Version: 1.3.1 Python Version: 2.6.1...
I can't seem to start a pool. I'm a little newish to Erlang, so I can't really tell what the error message is saying. Here's my setup: ``` $ cat...
Instead of requiring an ssh connection to run a provisioner on a docker container, it would be nice to just do a `docker exec` so that we don't need to...