David Gamba

Results 74 comments of David Gamba

@ZyX-I Asciidoctor has the ability to warn on [attribute missing](http://asciidoctor.org/docs/user-manual/#attribute-conventions) or attribute undefined. Here is the info on how to do [inter file cross reference](http://asciidoctor.org/docs/user-manual/#xref). I think the reason why...

If you consider other build systems they have the concept of a workspace. In go, the "workspace" is where `go.mod` is found. If there is a `go.mod` in a nested...

Similar approach as @carolynvs here for reference: https://github.com/DavidGamba/dgtools/tree/master/run

@coryrc I sent that message before reading the code more in depth and that is why I deleted it afterwards, I realized it made no sense since the use case...

Adding a *V version to `BothOutput` doesn't seem necessary since you are capturing the output, you could print it right after (though it won't be "live"). What is your use...

Hi guys, I have been experimenting with an alternative, let me know if you guys like it and @natefinch if you see value in it being part of mage let...

There is an alternative approach where you use the binary to generate completions directly. You can handle all your completions in Go and just detect if bash is calling the...

> I think the double blank line addresses the readability issue of the list continuation Agree > Perhaps it will only apply to lists that have items spaced by at...

@mojavelinux Where is that proposal found? I tried here but I can't quite find it. https://gitlab.eclipse.org/eclipse/asciidoc/asciidoc-lang https://projects.eclipse.org/projects/technology.asciidoc

The github UI for a workflow lists the workflow runs and shows the environment as the text that is shown. However, using the cli you can't get the environment of...