Jesse Duffield
Jesse Duffield
## Motivation If I create an enum through an sea-orm migration I'll get something like this auto-generated ```rs #[derive(Debug, Clone, PartialEq, EnumIter, DeriveActiveEnum)] #[sea_orm(rs_type = "String", db_type = "Enum", enum_name...
The existing integration test approach is that you prepare a repo with a bash script and then record yourself in a lazygit session. A snapshot of the resulting repo is...
**Describe the bug** I recently merged a PR that makes contexts (the things that render to view) and views 1:1: https://github.com/jesseduffield/lazygit/pull/2023 This has had the unfortunate effect of causing a...
**Is your feature request related to a problem? Please describe.** If you go to the [custom commands compendium](https://github.com/jesseduffield/lazygit/wiki/Custom-Commands-Compendium) you'll see examples like this: ```yaml - key : 'N' description: 'create...
Kickstarter?
**Topic** Lord Omicron paid me a visit recently and as I lay in bed feverishly tossing and turning it occurred to me that it might be worth doing a kickstarter...
Hey, thanks for making this awesome library! I'm not very well-versed in the terminology of terminals, but I think there is a bug caused by not calling `g.flush()` at the...
I'm not sure if I'm using this package with delve properly. Here's my current flow 1) run `gotestsum --watch` 2) press 'd' to have the test run with delve 3)...
Currently the file selector dialog is kind of small and cramped and awkward to use. This is more of an issue for https://fyne.io/ than this application but worth looking into
Say there's 5 horcruxes in total but you only need 3 and you've selected 4. It would be good to visually indicate that all at once. Like maybe have 5...
blocked by https://github.com/fyne-io/fyne/issues/941 (though it probably wouldn't be too hard to do)