Zach Mitchell

Results 190 comments of Zach Mitchell

We decided that we should support commands other than `start` from outside an activation given that #1770 means we no longer need to worry about a particular shell owning the...

If the environment has been rebuilt while the services are running you likely need a reactivation in order for the next startup of services to pick up the changes, otherwise...

Note that this only makes sense to do if there are no other changes to the manifest, since a change that removes a service and changes a var may affect...

I _think_ I can pitch in. Maybe not as the sole maintainer though. I’m busy with some conference stuff over the next couple of days, but I’ll start reading up...

Yes please, I’m finding that I have less time than I thought I would.

So there's a few different problems I've identified: 1) When you edit `^3.11` to `3.11` Poetry won't recognize any Python version other than `3.11.0` even though I think `3.11.x` also...

I think there's two decision we need to make: - Do we support Poetry versions older than 2 (which was released in January)? - If so, we need to generate...

Skipping Poetry < 2 make sense to me. 2.0 was released in January and I from a cursory glance it doesn't look like migrating from 1 to 2 is a...

Actually it looks like `poetry env info` _does_ exist for older versions of `poetry`. I have no idea what happened to the point that `poetry` itself was telling me that...