Spotlight

Results 16 comments of Spotlight

I'd like to second this, currently the certificate is for github.com, so you have to use rawgit using the version release tag in order to use HTTPS.

Commit ffae067bf7e9dc67645e4ec8b1e2e02c8e796965 updated everything to the Swift 4 syntax. You could use the commit before that (b7391228983d894d1ef133dc747b9191fd0237e4) by specifying the commit in your `Podfile`: ```ruby pod 'SwiftOCR', :git => 'https://github.com/garnele007/SwiftOCR',...

(Sorry to startle those watching, felt it should be shared.) https://github.com/msftguy/ssh-rd/blob/a5f3a79daeac5844edebf01916c9613563f1c390/java/gui/src/Background.java#L42-L51 Newer version of Java seem to prefer having `/res/%s` instead when loading from classpath/resources. This fixed it for Java...

I had a similar issue. For me, it meant that I needed to define `HOME` or `COMPOSER_HOME` as an environmental variable.

I no longer have the exact code, but it recursed throughout history and forwarded messages to a channel. I ran the thing multiple times over in say an hour, assuming...

Wanted to comment +1 so that this issue isn't closed due to a lack of activity :) As devices progressively convert to ARM64, I'd like to ensure that my applications...

I have the same issue here, with a 24-inch, Mid 2007 iMac. I would think that the CPU core temp would be the most relevant temperature to display on models...

Bump, that would be awesome. Thank you for your great program, has saved me many times!

Double check that `java -version` says version 1.8.0 or similar - if it doesn't, you're probably still using JDK 1.6.0. If you don't have any program using 1.6, you can...

Read https://java.com/en/download/help/uninstall_java.xml for some more information on that.