Brian Telintelo

Results 9 comments of Brian Telintelo

The project is not properly branched.

Can we merge the PR or close the PR for something else?

Would also be nice to have a 5.x release of swift 4.2

Was there ever a permanent fix to this issue? What can I do with the computer novice out in the wild that cannot update and gets this prompt all the...

We stopped distributing the dmg and instead distribute the .app file which seems to work fine, but doesn't give the user a nice interface to install to the apps directory.

Only workaround is to distribute as a .app file instead of dmg. Other than that you might have to become a contributor? This is a major bug and has been...

I just spent hours tracking a switch/case bug bag to this library. The ~= block of code was causing a switch statement to act very badly, ex: switch "DONT RUN"...

Yeap, that fixed it. Thanks! I inherited this code base and didn't realize that was in there. Not sure why the previous dev was not using enums on the switch...