Dmitry Wolf

Results 42 comments of Dmitry Wolf

Thanks, I see it use insertInMainMenu but some apps don't have main menu to inject into, background or menubar icon only.

Maybe there is no need to make .pgk https://github.com/caskroom/homebrew-cask/issues/4188 need to investigate more..

Minimal cask: ``` cask :v1 => 'f-script' do version '2.3' sha256 '718de3b1f4b45391f543ca73349097b02d2c8725b3b943691183ccb093a8a195' url 'https://github.com/Kentzo/F-Script/releases/download/v2.3/10.10.zip' name 'F-Script' homepage 'http://www.fscript.org' app 'F-Script.app' end ``` There is no inject scripts in distribution, otherwise...

There also option to `artifact 'FScript.framework', :target => '/Library/Frameworks/FScript.framework'` in that case we will be need to run install with sudo `sudo brew cask install f-script` but no need to...

I have same question ! If not, why not? I think it should because it is present in cocapods

@timonwong i much like this approach http://spec.commonmark.org/0.17/#example-391

Fixed for me on macos https://github.com/DavidBuchanan314/pyswargol/blob/bb8a748065bbe6f7a1c0bf4a331b42e178e9d821/swargol.py#L51 ``` import sys if sys.platform.startswith('linux'): os.environ["SDL_VIDEODRIVER"] = "x11" ```

Can anyone clarify what are implications of not supporting this, does still work, or one can expect data loss ? For example if compression on HFS+ files was enabled with...