Michael Eliachevitch
Michael Eliachevitch
In my case I recently started using `dirvish`, which is an enhanced dired-mode, and I was surprised that `crux-open-with` didn't work, but I fixed it by using `derived-mode-p`. Then, I...
Can be specified for each pretty-hydra via `:title-body-format-spec`. Default can be customized via `pretty-hydra-default-title-body-format-spec`. I use this to customize amount of whitespace and newlines around title. Otherwise, e.g. changing newlines...
In `pretty-hydra--maybe-add-title` the title and body are formatter with the string `"\n %s\n%s"`. I think it would be nice if this was customizable in some way Since a newline is...
Writing a dataframe containing a `Categorical` column to a ROOT TTree raises an `AttributeError` (see MWE below). I guess this is not supported. I don't know if ROOT TTrees even...
**Is your feature request related to a problem? Please describe.** I'm using the [`mu4e-query-fragments`](https://gitlab.com/wavexx/mu4e-query-fragments.el) which allows me to define fragments like `%software` which I can use in `mu4e-search-read-query`. However, there's...
This is more a discussion item than an issue. `hammy.el` is designed to be able to handle multiple timers simultaneously. However, personally, I just use it for work interval timers...
Assuming the axis has an `edges` attribute, I assume it should also have a `widths` attribute, so I thought we can just use that for the pull bar widths instead...
That's a machine-readable format for citations which is supported by github and would add a `Cite this repository` button to the github interface. For why else it's useful see https://citation-file-format.github.io....
In der DWD API-Dokumentation heißt es > Beim Parameter stationsIds handelt es sich um die Stationskennungen. Die List der Stationskennungen kann z.B. [hier](https://www.dwd.de/DE/leistungen/klimadatendeutschland/stationsliste.html) eingesehen werden. Im oben verlinkten Stationslexikon habe...
### Description Same commit as in PR #3500 but made new PR targeting `main`. The option is `max-line-length` with dashes, not underscores. The config option name is given in the...