Nat Noordanus
Nat Noordanus
Actually, I just realised that example doesn't seem to reproduce the error, in that when I add another teapot after a 5 second delay it still works. I'll try isolate...
OK, here's a copy of my whole dev stack running in debug mode in a tmux session with the suspected bug manifesting. http://141.138.194.237:9000/ The relevant code can be inspected in...
@Dr-Irv Thanks again for the bug report. I finally got around to setting up a windows VM to properly debug and get to the bottom of this and [0.16.5](https://pypi.org/project/poethepoet/0.16.5/) is...
could be related to #140 ??
Hi @StripedMiha, > However, I need the hook to be executed only when entering the poetry install command with the --with dev argument. I'm afraid limiting poetry hooks to invocations...
Hi @StripedMiha , Thanks for getting back. In that case I think what you want is not possible today, because the poetry plugin only passes the task name to poe:...
Hi @nitedani, thanks for the feedback. It works that way because that's what I thought made sense at the time. However I would be interested if you could point to...
@nitedani, I think your proposal makes sense. But it does complicate things a bit about how env vars are resolved for a task. Today there's a clear (if not obvious)...
@nitedani Thanks for helping to clarify different ways of thinking about the envfile. The way I think about the role of the envfile is that it's the place for config...
Hi @tfh-cri, Yes, your hunch is correct about the cause. Being able to make an argument take a default value from the environment (which I find quite useful), implies that...