Aaron ("AJ") Steers
Aaron ("AJ") Steers
I did some digging and found where I think the main code change would be: https://github.com/meltano/meltano/blob/2052ede2c80fb0742da9809b8f461a3a6b28d662/src/meltano/core/venv_service.py#L222-L243 Perhaps an easier implementation vs dynamically accepting a Python version number would be to...
@WillDaSilva - Does the above approach make sense? And if yes, do you mind giving this a rough weight estimate?
Thanks, @WillDaSilva ! I've updated weight to reflect this estimate. cc @tayloramurphy
Thanks, @tayloramurphy. Makes sense 👍
Thanks, @cjohnhanson for logging this and for digging in. Do you mind picking this up next week? Feel free to update the weight as needed. Thanks!
Related but orthogonal: - #3171
Injecting project resources into an existing project was more along what I was thinking, where I think _starting_ from a template is an interesting alternate take. If adding to an...
Right!? Great idea, @tayloramurphy. Honestly, I wasn't thinking of that use case here, but technically, there's probably not much difference between delivering that experience versus the dev/contributor experience.
@pandemicsyn and @kgpayne - As a step in the right direction, and as a possible first iteration, what do you think of us creating a "gitpod workspace URL" (if that's...
@pandemicsyn - Two config options we have are: - [Suppressing frames](https://rich.readthedocs.io/en/stable/traceback.html#suppressing-frames) from a list of modules or str paths. - [Limiting max frames count](https://rich.readthedocs.io/en/stable/traceback.html#max-frames) as an integer, specifying how many...