• 1 Post
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle

  • Muun@lemmy.worldtoProgramming@programming.dev...
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 months ago

    I spent nearly 6-7 years developing control systems applications in LabVIEW. While I loved working in LabVIEW, I don’t wish LabVIEW was more popular, but I would love to see a graphical programming language take off. The dataflow paradigm is really interesting to work with.


  • I actually forked your code so I could customize the keyboard a little bit. I was impressed that I didn’t have any problems building the thing right away. Doesn’t always happen for me with open source projects.

    One thing that was driving me nuts was how sensitive the swipe gestures on the spacebar are. I guess my thumbs always do a slight swipe when I’m pressing space and it was moving the cursor position on me. I wiped out all of that code. If you’re taking suggestions, a way to disable swipe gestures on the spacebar would be a cool add. I’ll see if I can get together a PR for it as well and be a part of the solution.