Mark Stosberg
Mark Stosberg
This can be debugged by forking the project and modifying `-x` to the "set" command at the top of `entrypoint.sh`: https://github.com/creyD/prettier_action/blob/master/entrypoint.sh#L4 That will print out every bash command before it...
Probably the first thing that the `entrypoint.sh` should do when it starts is to check to make sure that all the binaries it requires from the host are present, and...
I'm not catching everything here through the translation, but if this a discussion about whether "config" should be read-only or not, my preference would be that it has been read-only....
It should be in the README. If you are going to bet money on someone's advice, it's important to know upfront whether you are betting for or against the advice!
Exactly. On Mon, Feb 13, 2017 at 12:04 AM, Domingo wrote: > @markstos You meant we should document what > the bot should do following a Trump's tweet? > e.g....
That all sounds good. It could be interesting to add a "SEE ALSO" section to the docs to compare to the popular option of [ec2-consistent-snapshot](https://github.com/alestic/ec2-consistent-snapshot) + [ec2-expire-snapshots](https://github.com/alestic/ec2-expire-snapshots). The way I...
Hello, is there interest in merging this PR?
I never did submit that PR, but here's the diff I started: ```diff diff --git a/records.go b/records.go index 389c5f6..eaad484 100644 --- a/records.go +++ b/records.go @@ -41,7 +41,7 @@ func flagsRecords(f...
I tested compiling with go 1.2.1 and gccgo 4.9.1, and that worked fine. The one problem I had is that it compiled so fast, I didn't think anything could have...
The rsync binary supports options for a `pull` syntax, so it should be possible to add here. (I'm not a `gulp-rsync` maintainer, though).