Live data from Hacker News

Viewing profile — jpgrayson

jpgrayson

HN member
Joined
Wed, Sep 16, 2015, 2:27 PM UTC
HN karma
37
Public activity
11 items

About jpgrayson

[ my public key: https://keybase.io/jpgrayson; my proof: https://keybase.io/jpgrayson/sigs/RJy0cs28HjJ17o0cWrCWGECqsJ6Hxc-vpbEG3GdOvBc ]

Recent public activity

  1. comment
    Comment #45686230

    StGit maintainer here. I have been a jj user for over a year now. It has proven superior to StGit for all of my workloads. I even use jj when maintaining StGit. An incomplete list …

  2. comment
    Comment #27307234

    Obviously `stg push` and `git push` are different commands, but to your point, yes, they have very different meanings and the overlap is somewhat unfortunate. StGit uses push/pop i…

  3. comment
    Comment #27307103

    Ah ha, someone did use `stg publish`! I removed it because it was challenging to test and maintain, its semantics are somewhat complex, and it wasn't clear that it provided value t…

  4. comment
    Comment #27307027

    Thanks for the recognition! I think I get the gist of what this interactive script does and how you propose to extend it. A PR for such a script to go into StGit's contrib director…

  5. comment
    Comment #27306937

    Good point that StGit's docs could benefit from a compare/contrast with interactive rebase workflows. Thanks! > slightly nicer interface to interactive rebase More accurate to say …

  6. comment
    Comment #27306282

    With the kind of git workflow you describe, bringing StGit into your tooling/workflow may not be worthwhile. I'd say if you wanted to do these kinds of stack manipulations a little…

  7. comment
    Comment #27306230

    I originally used mercurial and its queues (mq) extension and then found StGit when switching to an organization using git for version control. Thus I got used to the patch-stack m…

  8. comment
    Comment #27306084

    Probably the main value-add of StGit versus the git-only workflow described is that StGit makes operations on its stack of patches fast and fluid. Reordering patches with StGit is …

  9. comment
    Comment #27305951

    StGit maintainer here. You are correct that conflicts can occur when pushing or reordering patches. These conflicts are resolved with the regular git mechanisms. I.e. conflict mark…

  10. comment
    Comment #15511889

    From what I can tell, there are issues both with sway and alacritty that lead to the current incompatibility. https://github.com/jwilm/alacritty/issues/97 https://github.com/swaywm…

  11. comment
    Comment #15510980

    I have been running sway on Arch on an XPS13 for the past nine months. As a longtime i3 user, I found the transition as painless as I could have hoped given the bleeding-edge natur…