Derek Chen-Becker
Derek Chen-Becker
I'm taking a stab at writing an ANTLR grammar in pest, for the purpose of translating ANTLR grammars into pest ;) https://github.com/antlr/grammars-v4/tree/master/antlr4
@bd82 I agree on there being some big differences (ignoring whitespace in particular is a big change). I don't think I'll be able to translate it 1-to-1 without a lot...
Just to add another data point: the `markdownlint-cli2` plugin requires a `nodejs` install. If you haven't installed `nodejs`, the command `asdf install markdownlint-cli32 latest` happily runs and does nothing.
@orangeng I did some digging and if you look at the `output_file` function in `digest.c`, you'll see where the `-z` flag is also used to control whether "problematic characters" in...
Right, that's what I meant. I think we don't currently do any escaping which means that we're not consistent with filename handling when `-z` is *not* specified.
Apologies! I only looked at digest.c, so I'll steer clear of any future contributions related to that.
We should maybe just skip to 29.3, given the security patch (once it's available in upstream)
By any chance is this to get the state of a given sample that's currently playing? I'm definitely interested in this, as I'm building a simulator that needs to play...
Specifically: https://github.com/redhat-scholars/argocd-tutorial/blob/master/documentation/modules/ROOT/pages/02-getting_started.adoc?plain=1#L170
Instead of relying on an external repo that appears to have changed out from under the docs here, would it make sense to create a new repo with the specific...