Isidro

Results 38 comments of Isidro

Same issue, with ipdb it raises an error, ![2022-11-27-105741_](https://user-images.githubusercontent.com/10489506/204129317-40b41a3f-e72d-4f1e-b3f6-c2b09094bc94.png) but with pdb, it isn't, ![2022-11-27-105040_](https://user-images.githubusercontent.com/10489506/204129107-658232df-1b4c-4f45-9d86-6b5d44b46c62.png) 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