Travis Paul
Travis Paul
It looks like a single backtick ` is to be used for code blocks: https://github.com/nuex/zodiac/blob/master/lib/markdown.awk#L104 An example such as this works as expected: ``` `env | grep FOO` ``` becomes:...
I have a cnf file that works with the MySQL client: ``` [root@host ~]# cat /root/.my.cnf [client] user = someuser password = somepass host = some.remote.host ssl-ca = /etc/pki/mysql/rds-combined-ca-bundle.pem ```...
I'm currently searching for a Php Library to convert fonts between various formats, my immediate need is to convert TTF to both WOFF and EOT. I wanted to post an...
`cdist/conf/type/__unpack/manifest` already had a case for `.txz` but it was missing from the gencode-local code. Also added .bz2 support while here. Ran into this as FreeBSD base sets are distributed...
The list of [supported fields](https://github.com/joyent/node-triton/blob/8493c52be3cc71b110bc5d08d4531032f5a282b8/lib/do_package/do_list.js#L184) as shown in the output of ``triton package help list`` do not match what node-triton considers [valid filters](https://github.com/joyent/node-triton/blob/8493c52be3cc71b110bc5d08d4531032f5a282b8/lib/do_package/do_list.js#L20) or what is available to [CloudAPI](https://apidocs.joyent.com/cloudapi/#ListPackages). ```...
I was concerned about the dmesg output from KVM, but was told the output is normal but that perhaps it's a little too chatty and a bug should be filed....
I need to install most packages (aside from salt itself) into the path `D:\Program Files` to achieve this I have used a custom grain called `program_files` in my package sls...
Trying to run grunt-explainjs on node v0.10.10 and getting the error above. ### Grunt output: ``` Initializing Command-line options: --verbose Reading "Gruntfile.js" Gruntfile...OK Registering Gruntfile tasks. Registering "grunt-explainjs" local Npm...
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x] Running `npm install sharp` completes without error. - [x] Running `node...
We use bytenode in a CI process and noticed a syntax error in the logs but it didn't stop the pipeline as it exited with a status code of 0....