Matěj Cepl

Results 824 comments of Matěj Cepl

I third this. I work for SUSE and our package build environments are isolated from network (the same goes from obvious reasons for all package distributions, Linux or not), so...

> I'm particularly -1 on adding extra functionality to the doctests plugin that does not mirror a functionality in the standard library. I also don't find it appealing to use...

It would be probably a good idea to add openSUSE to the list of distributions providing binaries in https://jj-vcs.github.io/jj/latest/install-and-setup/. The command is `sudo zypper install jujutsu`.

I have [the same problem in M2Crypto](https://todo.sr.ht/~mcepl/m2crypto/341), and I am really not sure what's going on. Tried everything possible in https://gitlab.com/m2crypto/m2crypto/-/commits/32bit and nothing seems to work. I’ll investigate it further.

Start with adding it to `VIEWER_PRESET_LIST` in [settings.py](https://github.com/wustho/epy/blob/master/src/epy_reader/settings.py).

I have it now in [the devel branch](https://git.sr.ht/~mcepl/vis/log), but I am not sure about it: Neovim is not exactly shining example in terms of dependencies management, they always went slightly...

Also, does this build correctly `test/util/keys.c` ? It seems to me, that this commit breaks my bisect.

Could we get output of ```sh $ ls -d /usr/lib64/python3*/site-packages/[cC]* ``` and also ```sh $ rpm -V python36-cryptography ``` and while you are at it, try also ```sh $ python3.6...

How to make a multiline prompt? It really doesn’t help, that I don’t seem to have a way how to send a backtrace to Gemini.

> For what it's worth I ended finding out about [#1196](https://github.com/martanne/vis/issues/1196) (can't tell why I didn't saw that one when I opened this) and copied the changes they did to...