zwbetz-gh

Results 4 comments of zwbetz-gh

Following this. As others mentioned, my MacBook fan kicks up quite hard when the auto-updater runs. It's not an issue when I'm actively using my computer. But, when I walk...

> Why do we still have to use the wonky workaround @Croydon mentioned above? Peeked, and that one only works for Windows. I’d be satisfied if there was a workaround...

I don't want to sound ungrateful -- I really like this app as a visual git differ. But I do have to poke fun at this :) https://github.com/desktop/desktop/blob/881e8c5fb49dad5943c5de95ad0bb9f838840179/app/src/ui/terms-and-conditions/terms-and-conditions.tsx#L120-L127 Specifically: >...

I fixed this by adding a step at the top to make the dir then recursively `chown` it. Replace `someuser` with whatever user you're using in your `Dockerfile` ``` RUN...