Jordan Sussman

Results 33 issues of Jordan Sussman

```Go respond: test ``` vs ```Go respond: - test - haha ``` **Tote**: consider people passing in a list of regexs UPDATE (7/22/2021): updated to use current prop name(s)

enhancement

# Report ## What did you do? Added multiple rules with different file names, but had the same `respond` keyword. ## What did you expect to happen? Warn that you...

bug

Right now, if `format_output` is left empty or not instantiated in a rule, it relays a message to the user that the field is empty. I think this should be...

enhancement

Shortcuts for common more verbose go templates. ```Go ability: |- {{ range .abilities }} - {{ .ability.name -}} {{ end }} ``` vs ```Go ability: .abilities[*].ability.name ```

enhancement

In most cases it's just the match text plus arguments which are available in YAML. We can automatically compose a help message based on that. But we should keep the...

enhancement
good first issue

This would allow you to cover scenario where you want to access output of multiple execs individually

enhancement

```yaml name: test match: command args: - var1 ``` to ```yaml name: test match: command expose_args: - var1 ``` This is consistent with `expose_json_fields`. So, any time we expose variable...

enhancement
good first issue
in progress

Our two supported remotes use the terminology **channel** so we should probably use that instead of **room**. This was likely a hipchat leftover, though we'll have to make it backwards...

good first issue
in progress

Use case: If an error is returned by the client (connection errors, etc.), or if a 500-range response code is received, then a retry is invoked after a wait period....

enhancement