Chavez
Chavez
@ghostsquad Hey thanks for pointing this out. As this does look visually better with a named argument, it was somewhat intentional because it is a **required** addition with the latest...
OK so I just had a giant response written and when I got to the end I had written out some of my problem directories that would say `no entries`...
@goddamnyouryan Not really. I tried a few different approaches and other plugins, not sure what the issue is. I luckily could re-name my directories. Can you do something with symlinks...
Looks like it is expecting to use the aws-cli credentials ``` ~ $ cat Procfile web: node index.js ~ $ node index.js __________ _________ _________________ ________ ______ ___ |_ |...
@abalone0204 Try adding this buildpack `https://github.com/Shopify/heroku-buildpack-awscli` and setting the proper `AWS_*` environment variables and it should work for you
I suppose this approach could be re-vamped in some way. The `Version` class is mostly set up so that it can be locked down in the code. It can be...
Number is an instance method so you would have to do `Version('1.0.0-rc.2').number` to get a string of the version. In other languages I have done this where it allows you...
A few things here: - Looks like these changes introduce failures - Test failures are related to these changes as collectd appears to not have been ran correctly - There...
I'd like to get some kind of testing setup for the different platforms before being confident these changes are good and don't break anything. I also would like to see...
The current style is my personal preference. For consistency, I'd like to keep it all the same regardless of the style chosen and if there is a change to convert...