GitHub Desktop 1.0
github.com
GitHub Desktop 1.0
1–10 of 110 posts
Re: GitHub Desktop 1.0
#2Re: GitHub Desktop 1.0
#3Re: GitHub Desktop 1.0
#4Re: GitHub Desktop 1.0
#5I really like the old version better. I really dislike this "cross platform" crap that runs terrible. It's like using a javascript app. Not only that, they don't even have it for Linux, so what's the point of doing a cross platform interface...
32GB will be minimum system requirements for a developer at this rate.
Re: GitHub Desktop 1.0
#6I really like the old version better. I really dislike this "cross platform" crap that runs terrible. It's like using a javascript app. Not only that, they don't even have it for Linux, so what's the point of doing a cross platform interface...
It is a JavaScript app.
Re: GitHub Desktop 1.0
#7I really like the old version better. I really dislike this "cross platform" crap that runs terrible. It's like using a javascript app. Not only that, they don't even have it for Linux, so what's the point of doing a cross platform interface...
That said, I personally don't have a huge issue with Electron apps on face value - some of them (VSCode, for example) seem to outperform their native counterparts quite handily (in this case, VS - install time, upgrade time, cold start time, warm start time, actual usage). That tells me that the implementation choices affect performance as much as the underlying technology.
Re: GitHub Desktop 1.0
#8Re: GitHub Desktop 1.0
#9Linux?
Re: GitHub Desktop 1.0
#10Electron has many benefits (lots of people know JS; CSS is better than the standard macOS tools for GUIs). But with Slack, Atom, Hyper and now Github Desktop running on Electron, the memory usage is getting painful. They all use several hundred MBs each, sometimes with multiple processes so even more in aggregate.
Hopefully with more growth of Electron, there will be more shared resources to spend on improving its memory usage.