Trygve Aaberge
Trygve Aaberge
Try running the python-config commands separately and insert them into the gcc command manually. On my phone `python-config --cflags` prints `-I/data/data/com.termux/files/usr/include/python3.12 -I/data/data/com.termux/files/usr/include/python3.12 -fno-strict-overflow -Wsign-compare -Wunreachable-code -fstack-protector-strong -O3 -DNDEBUG -g -O3...
> That however would require for you to check .vim/coc-settings.json into git. Instead of checking it it, I've added `/.vim/coc-settings.json` to `.git/info/exclude` in the repos I have with eslint 9,...
Right, if you have branches with different versions it's definitely a problem. I forgot that you wrote about that. It looks like the current implementation was pulled from an early...
> All installer commands (lock, update, install etc.) require access to credential store (irrespective of using your OS credential store or plain text file) - the latter is the default...
There is something going on with ligatures in the font preview, parts of them are invisible. You can see in the first screenshot below that part of the `` and...
> [a8daf06](https://github.com/kovidgoyal/kitty/commit/a8daf067377c8a5214d7bb246288280cbeb8161c) Thanks, works now.
This happens because Zellij is sending an invalid control sequence for the mouse event. It sends `[
> I have only (so far) used WeeChat with wee-slack, and I don't think it runs into this issue. (Correct me if I'm wrong.) That's correct. wee-slack gets backlog from...
I would love this! Having to ensure you're writing the correct code style manually is very tedious. I would also definitely recommend reformatting the entire repo in one commit. That...
> I'm not sure this is an issue to have some code not following the style It depends on how large the formatting changes are, but I really think keeping...