-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mouseless 0.2.1 (new cask) #195324
base: master
Are you sure you want to change the base?
mouseless 0.2.1 (new cask) #195324
Conversation
98aca6b
to
02f467f
Compare
I could use some help with the
Same error with trusted SSL proxies in in Charles and Proxyman. Any ways around this, or alternative ways to inspect where it is trying to connect? |
02f467f
to
7a94874
Compare
As a workaround, using regex on the homepage, which loads a JS module with matching version parameter. However, would much prefer to get the Sparkle livecheck working if someone can help me figure out how to inspect a GET request from an app which verifies SSL handshakes. |
7a94874
to
394a197
Compare
It seems that upstream publishes releases in the issue repository, which we can use in the There also is a documentation entry regarding SSL errors on startup, which might be helpful: https://github.com/croian/mouseless-issues/blob/main/mouseless_documentation.md#ssl--network-proxies. |
|
||
url "https://mouseless.click/mouseless-installer_v#{version}.dmg" | ||
name "mouseless" | ||
desc "Lightning-fast mouse control with the keyboard" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
desc "Lightning-fast mouse control with the keyboard" | |
desc "Mouse control with the keyboard" |
app "Mouseless.app" | ||
|
||
zap trash: [ | ||
"~/Desktop/Mouseless Install.fsmonitor", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look like a usual zap
path?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Artifact of my monitoring where it created files! Thanks.
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.