T.v.Dein

Results 74 issues of T.v.Dein

I'm not sure, if gitu calls vi[m] or `$EDITOR` itself of if it just calls `git commit`. If it calls it itself, then it would be good to add the...

(I'm sure it's not being called transients in gitu but I hope you understand it nevertheless) It would be great to be able to add commands as new transient window...

Hi, I am a long term magit user, so one thing which was missing from the start when I tried gitu ( a wonderful idea!) was the missing completion. But...

According to the README, a new list has to be created under `$directory/lists/$list`. However, the actual code always looks into `$directory/$list`. You need to modify either the code or the...

### Database name Postgres 13.15 ```default wal-g --version wal-g version v2.0.1 b7d53dd7 2024.05.31_08:44:59 PostgreSQL ``` # Issue description ### Describe your problem The customer loaded the database through the night...

Hi, even though issue https://github.com/stephenafamo/goldmark-pdf/issues/1 is closed, it still does not work for me. The column width seems to be calculated based on header text length, not the actual header...

bug

### Description: If you want to quote a text consisting of multiple paragraphs (that is, sentences delimited by empty lines), the quoted lines do not add up into a singular...

Tasked

I'd like to use the csvq driver on an existing slice of structs, which I have received by other means. Since csvq reads in the CSV file into memory anyway...

I am using the slog logger and wanted to enable the new `Options.Logger` feature, which fails: ```go lg := slog.Default() opts.Logger = *lg db, err := bolt.Open(db.Dbfile, 0600, opts) ```...

Hi, the default keys for push are `Pp` (`P` => push menu, `p` => actual push). This works as it should. But when you configure the push key binding like...

bug