DavHau
DavHau
Thanks for sharing your work
You can check the `sdist-errors` directory of pypi-deps-db to see the reason why the crawler could not extract information for this library: https://github.com/DavHau/pypi-deps-db/blob/16d4b6ae06515802f855a1eb17b0e61c29822733/sdist-errors/9f.json#L7739-L7750
> Could be due to extra or tinycss2 (**>=1.1.0
Are there any plans regarding this? Morph doesn't seem to be a suitable tool for managing many hosts, since its single threaded approach makes it very slow. Since the current...
You could just use `overridesPost` in mach-nix to enable cuda for pytorch: ```nix let mach-nix = import ( builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; ref = "refs/tags/3.1.1"; } ) { python...
mysql-python hasn't been updated since 2014 and is a python 2.7 package only. Probably you did not select python 2.7 as an interpreter?
Hey, could you check if https://github.com/DavHau/mach-nix/pull/359 fixes that?
Oh then I think i misunderstood your description of the heuristic in the earlier post. I'm not sure if this is an optimal result. It wastes 4 lines with opening...
> But it gets tricky once multiline arguments are involved. The reason it is tricky is because the formatting is not optimal. Allow me to demonstrate why. compare this (your...
> So an exception rule could be, keep single line function calls with an optional multiline argument at the end as is. > > When the user deems such a...