Florian Hines

Results 69 comments of Florian Hines

> The only reason I raised it as a Draft PR was that I KNEW that variable name was bad 😄 . I'll use MELTANO_SYS_DIR_ROOT and update the code. Also,...

> > @rawwar with the changes I suggested, the default dot meltano dir would live in `/.meltano`, so the default sqlite db would still live in `sqlite:////.meltano/meltano.db` > > But,...

> As of now, I don't think we have a formal dev standard for this. But the above is consistent with what we might adopt as a standard if we...

> @pandemicsyn, @edgarrmondragon - Anything we need to do to disambiguate this spec and size? Is 4 an appropriate weight estimate, given a minimal initial spec and given the expectation...

> .adr-dir @pandemicsyn what is the point of this file? Does some tool we use depend on it? @WillDaSilva yea it lets [adr-tools](https://github.com/npryce/adr-tools) know what dir our adr's live in....

👍 This seems like it could be a nice UX shortcut to have available, in general. Even without considering what we need on the SDK (which this would also help...

> A user in [Slack](https://meltano.slack.com/archives/C01TCRBBJD7/p1661961091406679) was asking about disabling color easily. To be even more explicit, that user already disabled color in his logs, but I think is still getting...

Sorta related: https://github.com/meltano/meltano/issues/6152 (convo in there also about using istty) And https://github.com/meltano/meltano/issues/6122 (using rich for pretty printing exceptions). I think rich does support NO_COLOR out of the box. Figured I'd...

+1 - I think this is a great idea, would get us (folks hacking on meltano) close to having a single source truth and one easier to reason about, test...