Subhash Chandra

Results 10 comments of Subhash Chandra

If you are running out of memory on a 512MB droplet, one thing you might want to try is adding a swap file. https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04 Note: This might effect your performance...

I was trying to fix this but I have no idea how to compile the lib outputs of `tsc` to `dist/index.js` so that I can test it. I keep getting...

I've worked around this by using `CODEOWNERS` and setting branch protection rule to require review from them.

@arjanmels You should split this into multiple PRs for each of the feature you added so that it can be reviewed and merged in better.

Should be fairly straight forward with https://github.com/moby/moby/blob/master/client/image_build.go

Complete noob to Wayland here... Does this help? http://www.jlekstrand.net/jason/projects/wayland/transforms/

Looks like it's more involved than that. https://ereleaseblog.wordpress.com/2015/05/15/fun-with-drm-and-randr/ Still no clue what hardware planes are. Need to figure it out next fortnight I guess. :)

Also, is this related? https://github.com/Cloudef/wlc/issues/64

I have my own [wrapper around esphome](https://GitHub.com/tmayad/esphome-plus) that runs on kubernetes as a cronjob and automatically reconciles devices. All device configs are also tracked on a repo, a la. devops.

This should be fixed in terraform 0.12 beta just released.