• DDMsgReader fix: Fix: When listing messages in lightbar mode in revers

    From Rob Swindell@VERT to GitLab note in main/sbbs on Sunday, September 07, 2025 17:06:15
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/570#note_7587

    Did you mean to leave this in the commit?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Sunday, September 07, 2025 17:06:34
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/570#note_7588

    Intentionally left in commit?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to GitLab note in main/sbbs on Sunday, September 07, 2025 17:22:10
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/570#note_7593

    Nope; was debugging something else

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to GitLab note in main/sbbs on Sunday, September 07, 2025 17:22:24
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/570#note_7594

    Nope.. I was debugging something else

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Eric Oulashin on Sunday, September 07, 2025 17:29:04
    Re: DDMsgReader fix: Fix: When listing messages in lightbar mode in revers
    By: Eric Oulashin to GitLab note in main/sbbs on Sun Sep 07 2025 05:22 pm

    https://gitlab.synchro.net/main/sbbs/-/merge_requests/570#note_7594

    Nope.. I was debugging something else

    Something I do that helps prevent accidental changes from being included in commits is to *always* do a diff (or difftool or equivalent) before a commit (and before I write the commit message). That helps me to catch all the accidental/incidental changes and write better commit messages.
    --
    digital man (rob)

    Synchronet "Real Fact" #16:
    Synchronet first supported FidoNet networking (with SBBSFIDO) in 1992
    Norco, CA WX: 91.2øF, 20.0% humidity, 8 mph WNW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Sunday, September 07, 2025 17:30:38
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/570#note_7595

    I think you need to do a rebase and push for this pipeline build to succeed (had to remove macOS-arm64 for now).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Digital Man on Sunday, September 07, 2025 18:02:55
    Re: DDMsgReader fix: Fix: When listing messages in lightbar mode in revers
    By: Digital Man to Eric Oulashin on Sun Sep 07 2025 05:29 pm

    Something I do that helps prevent accidental changes from being included in commits is to *always* do a diff (or difftool or equivalent) before a commit (and before I write the commit message). That helps me to catch all the accidental/incidental changes and write better commit messages.

    Generally I do at work, though for my Synchronet stuff, I haven't been in the habit of doing that for some reason, but I should. I use Visual Studio (in Windows) a lot at work, and its Git integration shows all the files you've changed in the repo and lets you diff them, which is convenient; I'm wondering if there's something that does similar for Linux.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Digital Man@VERT to Nightfox on Monday, September 08, 2025 09:12:36
    Re: DDMsgReader fix: Fix: When listing messages in lightbar mode in revers
    By: Nightfox to Digital Man on Sun Sep 07 2025 06:02 pm

    Re: DDMsgReader fix: Fix: When listing messages in lightbar mode in revers
    By: Digital Man to Eric Oulashin on Sun Sep 07 2025 05:29 pm

    Something I do that helps prevent accidental changes from being included in commits is to *always* do a diff (or difftool or equivalent) before a commit (and before I write the commit message). That helps me to catch all the accidental/incidental changes and write better commit messages.

    Generally I do at work, though for my Synchronet stuff, I haven't been in the habit of doing that for some reason, but I should. I use Visual Studio (in Windows) a lot at work, and its Git integration shows all the files you've changed in the repo and lets you diff them, which is convenient; I'm wondering if there's something that does similar for Linux.

    I usually will install perforce perge (p4merge, it's free) as a git diff viewer in a *nix environment, so running "git difftool" will use that instead of the normal text/diff view, if you prefer a GUI diff.

    If you want a full git GUI (that does more than just diff viewing), there are a lot of options: gitk, gitkraken, Github Desktop, etc. And of course, there's Visual Studio Code (vscode) which runs in Linux and has plenty of git integration.
    --
    digital man (rob)

    Steven Wright quote #23:
    My mechanic told me, I couldn't repair your brakes, so I made your horn louder Norco, CA WX: 78.2øF, 44.0% humidity, 0 mph WNW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Digital Man on Monday, September 08, 2025 10:54:45
    Re: DDMsgReader fix: Fix: When listing messages in lightbar mode in revers
    By: Digital Man to Nightfox on Mon Sep 08 2025 09:12 am

    I usually will install perforce perge (p4merge, it's free) as a git diff viewer in a *nix environment, so running "git difftool" will use that instead of the normal text/diff view, if you prefer a GUI diff.

    If you want a full git GUI (that does more than just diff viewing), there are a lot of options: gitk, gitkraken, Github Desktop, etc. And of course, there's Visual Studio Code (vscode) which runs in Linux and has plenty of git integration.

    I've used Visual Studio Code (and have it installed on my Linux BBS system); I might have a look at its Git tools. I'll look into the others (thanks for the mentions). I've actually used GitKraken in the past, which I liked (more for looking at Git history for various commits), though it would be good to have a free option too.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com