extrawurst

Results 192 issues of extrawurst

I wrote a plugin now that allows access to iOS native api `UIImpactFeedbackGenerator` (*nicer haptics than regular vibration*). I was wondering whether this might be something worth adding to the...

discussion

Is it possible to serialize private fields of classes and structs ?

closes #176

dormant

based on https://github.com/extrawurst/gitui/issues/800#issuecomment-1019589351 would be nice if we could fallback to run `git credential fill` cause it works (at least) on macOS by checking keychain without any explicit `credential.helper` being...

I accidentally realised that my `.git/config` is littered with left-over empty branch specs of already removed branches: ``` [branch "teest"] [branch "fix-1047-can-pull"] [branch "fix-1037"] [branch "fix-747-annotated-tags"] [branch "fix-1074-delete-tag-remote"] [branch "test-fix-cargo-wix"]...

bug
nostale

since https://github.com/extrawurst/gitui/pull/718 landed we have a new more performant/maintainable filetree. it is currently only used for the file-tree-view. we should switch it in for the old statustree aswell (for this...

dormant

after #1121 is merged we can blame at a specific file revision. this can be used to open the file blame at the right revision from the commit-details view.

good first issue
feature-request
dormant

* [ ] right now gitui depends on `chrono` directly but the few uses can easily use `time` directly * [ ] we use `simplelog` which uses `chrono`, which should...