Casper da Costa-Luis
Casper da Costa-Luis
hmm so "external outputs" will affect https://github.com/iterative/dvc/issues/6485, right?
@balta2ar that level of inter-dependent completion (`--member` choices conditional on `--org`'s value) isn't yet supported, no.
any chance of creating https://github.com/scikit-build/swig-python-distributions? There's already https://github.com/conda-forge/swig-feedstock so it shouldn't be too hard. I'd be happy to help :)
A work-around is cleaning the offending entries before `setup.py::setup()`: ```python import re from pathlib import Path for i in (Path(__file__).resolve().parent / "_skbuild").rglob("CMakeCache.txt"): i.write_text(re.sub("^//.*$\n^[^#].*pip-build-env.*$", "", i.read_text(), flags=re.M)) setup(...) ``` Really, `scikit-build`...
@vgvassilev @Axel-Naumann I think this can be merged (a few errors due to build timeouts unrelated to this PR)...
would require editing the current message (if the provider supports it) to avoid multi-message spam. Not supported in https://github.com/liiight/notifiers/issues/440 either. For now, all I know of is `tqdm.contrib` ([slack](https://tqdm.github.io/docs/contrib.slack/), [discord](https://tqdm.github.io/docs/contrib.discord/),...
ah interesting. It works with `--loc=ins,del` but not the default `--loc=surv`.
If you `Ctrl+C` while it's hanging you may be able to find the file(s) the underlying `git-blame` command is taking a long time on.
@truebit / @waldyrious what OS & python versions are you using? I can't reproduce this (Ubuntu 16.04/18.04/20.04, Python 2.7/3).
super odd. And I assume you're using `git-fame==1.15`? Can you try the [`unilen`](https://github.com/casperdcl/git-fame/tree/unilen) branch instead? `pip install "git+https://github.com/casperdcl/git-fame.git@unilen#egg=git-fame"`