Damien Cassou

Results 182 issues of Damien Cassou

Here is some feedback regarding the README I just read. I can send a PR for some of these points if you want. - "The default object bindings": in the...

To reproduce: 1. `M-x browse-url-emacs RET https://nicolas.petton.fr` (or any other website) 2. `C-x b` With ivy-rich: a message `Apparent cycle of symbolic links` appears Without ivy-rich: `C-x b` displays a...

I can't manage to convert that: ``` (defvar klassified--search-class-definition (concat ;; optional variable declaration (overrides 2) "\\(?:\\(?:return \\)\\|\\(?:let \\(?2:[^ ]+?\\) = \\)\\)" ;; superclass reference (4) "\\(?4:.*\\)" "\\." (regexp-opt '("subclass"...

The previous release is from 2015. What about tagging the current commit?

I think the README would benefit from examples and maybe even before/after screenshots.

When using ledger-autosync to read an existing ofx file, I don't expect ledger-autosync to access my keyring and ask me to unlock it. This annoys me because I don't use...

When passing `--initial`, I expect an initial balance transaction whose date is the date of the first transaction. Currently, the date is the one of yesterday.

I have some bookmarks pointing to directories. I would like to use `compile` and `async-shell-command` on them but only after changing the `default-directory` to the bookmarked directory. Also, the bookmark...

Hi, I would like users of my [mpdel package](https://gitea.petton.fr/mpdel/mpdel/) to be able to use embark to get contextual menu actions on music artists, albums and songs. I would like to...

`embark--cd` and `embark--narrow-to-target` have a very similar and, in my opinion, complex implementations. I think these implementations are complex because the code is trying to implement the concept of "around"...