ebw44
ebw44
If it can help a way to avoid the problem for me was to remove the integration of daff into git and add the following to my `.gitconfig` ``` [alias]...
Hey @fcollonval here are more details: - I was using the configuration below: .gitattributes `*.ipynb filter=lfs diff=jupyternotebook` and .git/config ``` [diff "jupyternotebook"] command = git-nbdiffdriver webdiff --ip 127.0.0.1 textconv =...
From my search to find solutions for nbdime and vscode notebook diff, one thing that came up was to add the lines below to `.git/config`. ``` [diff "lfs"] textconv =...
Here is the result of `git config --list` ``` diff.astextplain.textconv=astextplain filter.lfs.clean=git-lfs clean -- %f filter.lfs.smudge=git-lfs smudge -- %f filter.lfs.process=git-lfs filter-process filter.lfs.required=true http.sslbackend=openssl http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt core.autocrlf=true core.fscache=true core.symlinks=false pull.rebase=true credential.helper=manager-core credential.https://dev.azure.com.usehttppath=true...
I had a similar problem with vcpkg distribution of fmi4cpp. In my case it was related to the definition of min and max functions in windows. Adding `add_definitions(-DNOMINMAX)` in CMakeLists.txt...
On a MacBook with a Swiss French (Apple) layout under windows, comment/un-comment works with "Ctrl + §" (key left of "1").
@stefancvetkovic, I have created a [pull request](https://github.com/esphome/esphome/pull/6426)
In case you are using [nb_conda_kernels](https://github.com/Anaconda-Platform/nb_conda_kernels), you also need plotly>=5.12.0 in the environment where you start the kernel.
I'm not sure how to remove the "bug" label from this issue, but it is definitively not a bug. Also there is a mention of that problem in [jupyter-git](https://github.com/jupyterlab/jupyterlab-git/pull/515#issuecomment-851918315). So...
The comment on multiple pdf for chapters of a book is related to #296. And the option proposed to have the original file name as a field you can use...