Results 55 issues of wouter bolsterlee

you are doing the community a great disservice by not publishing keyboard-cat-mode on melpa. you can make this right. please think of the kittens.

hi, thanks for this package and actually useful documentation 🙃 that said, it would be very useful to know how this library compares (at a high level) to other parser...

i'd love to see 2 functions that allow me to jump (using my own keybinding) to the previous/next match of the last avy jump. avy would be able to replace...

the `repr()` generated by `attrs` looks something like this by default: ``` MyClass(a=1, b=2) ``` this is fine in simple cases. however, when using `init=False`, and implementing my own `__init__()`,...

Feature

**Describe the bug** The (internal) ‘direnv dotenv’ can segfault when an invalid ‘shell’ argument is passed. The `dotenv` and `dotenv_if_exists` from the `direnv stdlib` always pass a hardcoded value `bash`,...

Bug

Code like this: ``` python d = {} d .items() ``` should result in a warning about excessive whitespace.

needs patch

this extension uses a `:` (colon) character in its directory name in `~/.local/gnome-shell/extensions`, namely `paperwm@hedning:matrix.org`, which causes problems when using `GSETTINGS_SCHEMA_DIR=...` and the `gsettings` command line tool. the `:` is...

`(projectile-find-file)` works fine for many use cases, but sometimes i want to list _all_ files inside the project directory, without applying any of the ignore logic (which filters the list)....

Feature Request
Good First Issue

Running from the project root is not always necessary, but improves module discovery, e.g. when using Python namespace packages. Closes #1829.

it seems `hyperlink` does not have a nice way to add path components to a base url, which is a very common operation when interacting with rest apis. for example,...