Jeff Edwards
Jeff Edwards
So, the main reasoning is to allow for easy duplication of the asdf current environment used locally on another host. As it may be composed of multiple layers, tracking through...
SQLAlchemy does have the capabilities of making individual fields lazy-loadable or not, but I don't know how easy it would be to then tell SQLAlchemy to basically prefetch fields on...
Quick ping here, looking over the proposed patch I don't see a good reason not to apply it, especially given that this kind of behavior actually violates the Python principle...
So for now, I think the key bit here is having a way for pypi to communicate the list of packages you shouldn't be getting from Pypi. While I think...
Also +1 in general if the idea is to be a drop-in replacement for `pip`. I know pip supports an unwieldy number of command-line and configuration variables, so it's fine...
Sure, I had originally thought about doing that but hesitated since it added more complexity to the overall logic so I thought I'd go simple first, but it should be...
Alright, the updates do a parametrize on the mocked cli tests and adds in the hatch version check (wasn't sure if there was already a utility for that or not,...
@juftin can you take a look at the newest revision?
It would be good to understand your use-case in a bit more detail to understand why the following options aren't good choices: - Using standard `extras` metadata to define an...
That description makes a lot of sense and the custom build target does sound about right overall, and expanding on the solution Ofel provided, what it’s doing is giving you...