Casper da Costa-Luis

Results 737 comments of Casper da Costa-Luis

you'll also have to do (at least once): ``` git config --global filter.nbstripout.extrakeys ' metadata.celltoolbar metadata.kernel_spec.display_name metadata.kernel_spec.name metadata.language_info.codemirror_mode.version metadata.language_info.pygments_lexer metadata.language_info.version' ```

@paskino FYI I just updated the VM repo

fixed again. I was filtering out `kernel_spec` rather than `kernelspec`.

@KrisThielemans in case you want to know: ```sh pip install -U nbstripout git config --global filter.nbstripout.extrakeys ' metadata.celltoolbar metadata.kernelspec.display_name metadata.kernelspec.name metadata.language_info.codemirror_mode.version metadata.language_info.pygments_lexer metadata.language_info.version' find SIRF-Exercises -name '*.ipynb' -exec nbstripout \{}...

@KrisThielemans - sounds like you need `nbstripout --uninstall` before `git reset --hard`. Maybe should open an issue on the nbstripout repo related to this? - I don't know if github...

It's [regex](https://docs.python.org/3/library/re.html#regular-expression-syntax), so: - `--excl '\.lbl$'`: exclude `*.lbl` - `--incl '\.py$'`: include `*.py` - `--incl '\.[cht][puh]{0,2}$'`: C++/CUDA [as mentioned in the Usage section in the README](https://github.com/casperdcl/git-fame#usage)

I didn't implement this because I knew it would be difficult to safely handle complex cases lacking a comprehensive [`.mailmap`](https://git-scm.com/docs/gitmailmap)... happy to accept a PR though!

Hey @jaraco thanks for your interest in supporting open source! I understand your frustration and have written and spoken about your concerns [^os-ill],[^os-bad]. At the moment to only way to...

You can (re)set using `#[bg=green]`, `#[fg=#000000]`, etc. e.g.: ``` #{cpu_bg_color}#{cpu_percentage}#[bg=green] ```

~The thing is readthedocs gives us versioning for free. If we want that then it's better to migrate away from gh-pages...~ #1673