Jeff Gordon

Results 8 comments of Jeff Gordon

I’m just some dude trying to print your files for his build, but I’m wondering if you know why the ECAS latch has to get thinner closer to its hinge,...

> > I’m just some dude trying to print your files for his build, but I’m wondering if you know why the ECAS latch has to get thinner closer to...

> Yes, for the new motor plate and it has for the new EBB cover a rounded edge. > > I have made a new motor plate cut together with...

I also am finding a need to produce a `requirements.txt`, but just for non-dev packages. The current path I have in our pipeline looks something like: ```shell uv sync --no-dev...

I'm currently looking at using uv instead of pipenv for our projects, and env var expansion is something we use with pipenv and our AWS CodeArtifact repo. Not having this...

I also need this feature. Our use case is that we are frequently not creating python packages like this pattern assumes, but we are instead defining the dependencies using UV...

> I don't think you're looking for `--no-install-project`. I mean, it might work for that use-case, but that isn't why it exists. You want something like #6585: the ability to...

@pdadi74 I think this is the default behavior for most IDEs. Check out [venom](https://github.com/rafi/neoconf-venom.nvim) for automatic venv discovery with python.