rawbeans

Results 5 issues of rawbeans

If I pass an image of width 100 to `createResizedImage`, with maxWidth set to 1000, the resulting image will be of width 1000, not 100. If this is the intended...

I would like to have two maps that mirror each other. I have many calls to getMap() in my controller. One way I could do this is by setting ids...

If you have other instances with the same AMI, they will be stopped as well. This is very strange and sloppy behavior.

How do I launch a window without running a command? Currently I can do one of the following but they seem hacky or redundant: ``` windows: - name: test root:...

A common server setup is to have a proxy (such as nginx) in front of the web server that accepts http requests over ssl and proxy passes them to a...