Stas Bekman
Stas Bekman
3 years later and this is still a problem :(
Thank you for this follow up, @Byron My suggestion for the best solution would be this: In order to keep backward compatibility (exception that is) adding a new argument that...
Surely at the very least `active_branch_or_none` will remove the element of surprise. Thank you for your thoughtful commentary, @Byron.
Thank you for this invitation, but I will pass at the moment. I have never used `gitpython` and it was in someone else's code totally unrelated to what I was...
> I debated for a while between supporting unittest vs pytest at the beginning & mainly chose unittest because, [...] > Let me know if there's a better way. There...
FYI, I uploaded [two versions of much faster nbstripout-like tools](https://github.com/stas00/jupyter-notebook-tools/tree/master/nbstripout). They focus on being fast git strip out filters, without much else. 1. nbstripout-fast - a pure python json version...
@kynan, the python rewrite is very different internally - so PR won't be possible. It doesn't use any of the nbconvert/nbformat stuff. it's faster than rapidjson or jq. On the...
This might be related to an issue I posted about [here](https://stackoverflow.com/questions/51883227/git-pull-stash-conflicts-with-a-git-filter). I still haven't figured it out, so any help is welcome.
@melaanya, try to change the configuration of the content filters as explained [here](https://stackoverflow.com/a/52065333/9201239) and it'll help you debugging the issue. You will be able to tell when nbstripout is activated.
Currently, pretty much any time one of our developers forgets to enable the filter and commits w/o stripping the notebooks out, it breaks `git pull` for anybody who already had...