Ross Goldberg
Ross Goldberg
@balzss Any chance you could release the new version? Thanks.
The issue is supposedly that the icon isn't HiDPI, as per: https://youtrack.jetbrains.com/issue/IDEA-225406#focus=streamItem-27-3758315.0-0
Nothing about this specific warning, I just don't like seeing warnings anywhere. Either something might be going wrong, or even if all is fine, spurious warnings can make it harder...
> uninstall it and install webp(`brew install webp`) instead, works on Mojave 10.14.6 @pot-code, when you say "works", what do you mean? I tried uninstalling this QL plugin, and installing...
Are there any updates for this issue? Thanks.
An alternative solution, using the currently unused `platform` query string parameter for the JSON endpoint currently used to determine the current version of an app. We would need to find...
The existing API call used to get the current version of an app is: ``` https://itunes.apple.com/lookup?id= ``` This currently returns a small JSON object that includes the app's current version,...
@odebroqueville Unless I've missed something, the JSON returned for that ID should be for the iPhone version of the app, not the macOS version of the app. I'm trying to...
@odebroqueville Your URL didn't include the `platform` param. It's possible that that might make the difference (it's also possible that it won't make a difference). I'm asking if anyone knows...
@odebroqueville I think I might have just tried it. Maybe I saw it on some web page, but I don't think so. It is an accepted param, and the values...