Jose Diaz-Gonzalez

Results 201 issues of Jose Diaz-Gonzalez

I have taken a cursory glance at the package, and my initial answer is "maybe", but since you are the author, you might have a better idea. One potential issue...

question

We should have a strict parsing mode for .env files, specifically around general variable assignment.

The features you need are in dokku core. Would also be great if you could make this as node-nonspecific as possible.

I'd love to help out, as I'm using it in the @dokku project, and it would be great to have this package in a more maintained form :)

**Is your feature request related to a problem? Please describe.** HCL is a format commonly used for hashicorp tools. It would be great to add direct support for them in...

enhancement

HHVM is no longer php-compatible as of 2017 and tests fail hard in travis because of composer problems. https://www.infoworld.com/article/3226489/forget-php-facebooks-hhvm-engine-switches-to-hack-instead.html

DevOps is not a type of work, but more of a "way" of working collaboratively with other departments to achieve common goals.

The process seems simple enough - an MR as described [here](https://coredns.io/2017/07/23/add-external-plugins/) - though with a recommendation to drop `go.sum` and `go.mod` from the repo. Thoughts on this? Would certainly help...

I tried adding cmdns as displayed [here](https://github.com/josegonzalez/cmdns-test/commit/899699a685f2a1c46c5d8d5ecfdbb80a9f5907b4) in an app that was created via `cobra init`, but can't get the subcommands to work properly. Here is the output I get...