Christopher Aubut

Results 45 comments of Christopher Aubut

@JoshuaKGoldberg I can probably get a minimum viable implementation done by Monday. Basically, is the file in the project service? If no, trigger the best matching watcher. Recheck and if...

Early proof-of-concept of dealing with directly in nix via an overlay, but statically linked would be nice to not have to do this. I essentially provide an output of a...

I would also like to see this supported in native poetry projects so the options are passed to the undocumented build property for building C extensions. Ideally I could have...

I did some preliminary exploring. Assuming each dependency is installed via a different call to PIP, then those args would need to be passed at this line. https://github.com/sdispater/poetry/blob/b218969107e49dc57e65dbc0d349e83cbe1f44a8/poetry/installation/pip_installer.py#L115 There are...

> @dpnova > > > Won't this make logs very noisy when you have a deep stack? > > So I think it would be up to the logger implementation....