Florian Bruhin
Florian Bruhin
I have a local devpi server instance running on my laptop, as per [running a pypi mirror on your laptop](https://devpi.net/docs/devpi/devpi/stable/+d/quickstart-pypimirror.html). However, since `server/setup.py` contains: ```python entry_points={ # ... 'pytest11': [...
With VS Code 1.57, [Workspace Trust](https://code.visualstudio.com/docs/editor/workspace-trust) was introduced. Both VSpaceCode and vscode-which-key don't seem to declare support for running on untrusted workspaces, so they get disabled when opening an untrusted...
Does anyone have lurch running with [BitlBee](https://www.bitlbee.org/) (an IRC to IM gateway which can use libpurple) by any chance? I've tried it (after double-checking that I'm indeed using XMPP via...
Fixes deprecation warnings on Python 3.8+ and restores compatibility with Python 3.10. Fixes #11
Thanks a lot for this plugin! It probably saved me countless hours of waiting for my testsuite to finish :slightly_smiling_face: I assume most testsuites with `pytest-instafail` installed will always want...
With magit, when hitting `A` with a commit in the log at point, the top suggestion (before any branches) is the focused commit:  this makes it very easy to...
I like icons in my menus and I cannot lie - after [adding some ~600 icons to VSpaceCode](https://github.com/VSpaceCode/VSpaceCode/pull/205), I took a look at edamagit next. A few examples on how...
Like magit, edamagit opens a "Staged changes" buffer when writing the commit message. However, when doing `c -a c` without staging manually, that buffer is empty:  while magit shows...
Hey! I'm relatively new to emacs and found this package (and delta itself). Thanks for all your work, it looks amazing! :star_struck: However, it looks like enabling the `line-numbers` feature...
Last one for now, I promise! :see_no_evil: This might actually be an issue in my config somehow, though I'd appreciate some pointers on what's going wrong. Same setup as in...