Daniel

Results 15 comments of Daniel

I use this config when create the project Language: Javascript Package manager: Yarn UI framework: Vuetify.js Modules: [ Axios, Content, PWA ] Linting: ESLint Testing: None Rendering mode: Universal Target:...

I have looked into this issue and found this in the git docs: ``` -S --staged This option is only valid for push and save commands. Stash only the changes...

I tested the behaviour of the `git stash push --staged` in "normal" circumstances and it's working as intended, so unless there's a problem with this command that I don't know...

So, In summary, for users with git version older than 2.35.9 the flow remains the same, and for users of this version an higher the `git stash push --staged` is...

I can add the needed changes to the current PR https://github.com/jesseduffield/lazygit/pull/3568 or create a new one for this but since the changes are related there could be conflicts if they...

hi, I'll like to give this one a try. Can someone assign me?

yes, I think the clear way to implement it will be using `` in that case we'll have to add all those keys to the map, and I guess that...

Hi, I can't find a way to capture an key event when I press ctr+shift+, I. think that the tcell package does not support this: https://pkg.go.dev/github.com/gdamore/tcell/[email protected]#ModShift

I think in this case the use of copy can be delegated to the user of the library, since the most straightforward way to make the implementation safe is to...