Isidro
Isidro
Same issue, with ipdb it raises an error,  but with pdb, it isn't,  IPython version: 8.4.0 Python version: 3.10.6 ipdb version: 0.13.9
In Ubuntu 22.04 I had to make a symbolic link ``` sudo ln -s /usr/bin/python3 /usr/local/bin/python ```
A workaround to avoid pressing UP key each time the file is modified ``` echo some.stl | entr -r f3d cut.stl ``` Source: https://superuser.com/a/665208 The problem is that the window...
Raised https://github.com/yuzutech/kroki/issues/1726
That is called here-document. This answer helped me: https://stackoverflow.com/a/75160729/16926605
It is also broken https://www.textualize.io/gallery-instructions Should https://www.textualize.io/rich/gallery be replaced by https://www.textualize.io/projects/ ?
Related to https://github.com/Textualize/rich/pull/2556
We could take inspiration from https://github.com/git/git/blob/d63586cb314731c851f28e14fc8012988467e2da/Makefile#L3288 They use https://clang.llvm.org/docs/ClangFormat.html#git-integration ``` To format staged changes, i.e everything that's been `git add`ed: git clang-format To also format everything touched in the most...
I also see this. That device (`/dev/null`) is used by git to express a file addition or deletion. The expected output is ```diff --- /dev/null +++ b/txt @@ -0,0 +1,2...
I have the same issue as @dmlary ([QMK mod-tap feature](https://github.com/qmk/qmk_firmware/blob/a1c8b1ebf724f79dd9bad12976e3b1bd0c9c196f/docs/mod_tap.md)). But I understand that it is not worth it if it complicates the code