Aaron ("AJ") Steers

Results 507 comments of Aaron ("AJ") Steers

@pandemicsyn - This is a follow-up to our conversation. What I don't know is whether we can mitigate by just declaring a default arg of `invoke` or if that has...

@DouweM - Yes, but there seem to be cases where the terminal itself supports color but the recorded log outputs will not. Perhaps a tri-value (`true`/`false`/`auto`) would make sense here,...

Also, in particular, `istty` just tells us if the terminal is interactive, right? I believe many non-interactive interfaces (`docker run` without `--it`?) may still support color but not be considered...

@edgarrmondragon - I didn't know about [no-color.org](no-color.org). Fascinating. ---- > # NO_COLOR > > _Last updated: 2022-07-22_ > > An increasing number of command-line software programs output text with [ANSI...

As @pandemicsyn discussed today in a chat: - [ ] Precedence and config methods, the ways of settings are: - [ ] CLI flag (`--no-color`) - [ ] Environment vars...

- [ ] From this thread in Slack, we should also try to ensure grayscale codes do not slip through: https://meltano.slack.com/archives/C01TCRBBJD7/p1662065425046529?thread_ts=1661961091.406679&cid=C01TCRBBJD7

@tayloramurphy - Before we start dev work on this, I just want to confirm the spec regarding _how_ wildcards should be implemented. Is it a correct expectation that we'll use...

@kgpayne - Let me know (in accordance also with Taylor's response to the above), if you feel comfortable picking this up next week. Thanks! I expect a weight between `2`...

Related: - https://github.com/meltano/meltano/discussions/6270

> @aaronsteers @tayloramurphy this ended up being really really simple - pattern matching was implemented with push-down to the database, but the CLI `pattern` was defined as an argument and...