Yee Cheng Chin
Yee Cheng Chin
> Agreed, but as a start, just allow a single invocation. Optionally make a subsequent job invocation, cancel the first. The latter is also preferable if you e.g AsyncRun make,...
Hi, just to elaborate on the PR more. I'm the maintainer of MacVim and a short while ago we fixed our `mvim://` protocol handling to work better with space and...
Changed title to WIP because there are some discussions on https://github.com/macvim-dev/macvim/issues/1020 where we are trying to decide on the encoding scheme.
Sorry after some discussion I actually have to revert the change on MacVim and update this PR to use the new way. See the linked issue (at https://github.com/gnachman/iTerm2/pull/419#issuecomment-616837062) for discussion....
I have thought about it before but it's actually a fair bit of work and EAWebKit is mostly working as a mirror repo to EA's version for now so I...
Maybe, but immediate priority is to write some common wrapper utilities and frameworks around it first to make it easily integrate-able to any engines, then write an example wrapper as...
Unfortunately there isn't a lot of public information on EA WebKit as it's mostly a source dump from http://gpl.ea.com. I can try to see if I can put together some...
@bholcomb Thanks. I don't really have time these days to set up documentation and demo project for EAWebKit, so I appreciate the help.
> Sadly the "Apple can’t check app for malicious software" error/warning cannot be fixed without notarizing and properly code signing the app. Afaik that would require someone with an apple...
FWIW this is where MacVim does it: 1) [sign MacVim.app](https://github.com/macvim-dev/macvim/blob/668a73972a32be57f27dfa7f0ea0766eafd5e44e/src/Makefile#L3674-L3675) using [this file](https://github.com/macvim-dev/macvim/blob/master/src/MacVim/scripts/sign-developer-id), 2) build MacVim.dmg from MacVim.app, 3) [sign MacVim.dmg, then notarize/staple MacVim.dmg](https://github.com/macvim-dev/macvim/blob/668a73972a32be57f27dfa7f0ea0766eafd5e44e/src/Makefile#L3698-L3702) (which uses [this file](https://github.com/macvim-dev/macvim/blob/master/src/MacVim/scripts/notarize-dmg) to notarize)....