David Wang
David Wang
Example. Add something like this before any gremlin calls ``` %config GremlinMagic.uri = 'wss://yourserver.neptune.amazonaws.com:8182/gremlin' paths = %gremlin g.V().bothE().otherV().path() ```
Try this out: https://github.com/sirupsen/logrus
https://github.com/docopt/docopt.go
I concur. I wasn't able to get this project to work. It didn't seem to accept options that other asciidoctor commands accepted such as asciidoctor, asciidoctor-pdf, aciidoctor-epub3. Options such as...
@fstab Are you essentially asking me to replace lines 4-18 in this PR's Dockerfile with? ``` FROM fstab/grok_exporter-compiler-amd64 as builder ``` I just wanted to clarify. Thanks!
@rustycl0ck I took a look a few months ago. It's not as easy as swapping the FROM image, since the [image](https://github.com/fstab/docker-grok_exporter-compiler/blob/master/Dockerfile.amd64) being requested is redhat-based as well as quite old...
@fstab That's interesting. That user must not be using the docker image, which would have those library dependencies. FYI, the docker image that's built in this PR creates a statically-linked...
I got it to work, but I'm certain I don't fully understand the code. I'm new to jsonnet and only hacking here. ```diff colordiff -u5 modifiers.libsonnet upsert_modifiers.libsonnet --- modifiers.libsonnet 2019-11-14...
Here's what the PR might look like: ```diff diff --git a/helm/modifiers.libsonnet b/helm/modifiers.libsonnet index afbc32f..1201a91 100644 --- a/helm/modifiers.libsonnet +++ b/helm/modifiers.libsonnet @@ -40,6 +40,14 @@ local override(field) = function(modifier) function(obj) obj {...
@sbarzowski Thanks for the reply. I need to reserve some time to fully understand the library and jsonnet in general. I think you've given me enough hints to make a...