mcp292
mcp292
Tried with `rg`, `ag`, and `grep`. Other files within my directory are searched but not any symbolic links. This is even if the root directory includes the destination of the...
Hello, I tried troubleshooting this library. I was attracted by how readable and well commented it is, but it seems there might be deeper problems with this implementation that I...
As a new user looking for better grammar and control than pandas and matplotlib, this has been my adoption experience with Altair: 1. Great documentation, able to start plotting right...
It would be nice to use one image viewer, with one set of bindings and behaviors, to view both images and PDFs. I think `vimiv` has a great opportunity to...
I couldn't find a way to get in touch there, so am reaching you here. You have a typo in "spoiler": > How to iterate over a DataFrame. Spoler alert:...
The new Gmail update makes it so you have to manually click the inbox or thread in order to scroll through it with Vimium bindings. I had no luck trying...
I would love to be able to issue `:closeTabsOnRight` and similar.
How do you delete messages in Astroid? I assume you add a tag like `trash`. If so, this is not documented. Further, is there a way to bind this so...
It would be really nice for astroid to ship with a keybindings file. I know you can use `devel/get_keys.py`, but if you installed astroid with a package manager you don't...
When first setting up Astroid, I got the error about notmuch config not specifying `maildir.maildir_synchronize_flags`. Setting: ```config [maildir] maildir_synchronize_flags=true ``` does not work, but ```config [maildir] synchronize_flags=true ``` does. That...