Joey Korkames

Results 13 issues of Joey Korkames

think its possible to allow mapping an Eject key with the double command kext? I'm using a PC "gaming" keyboard with a zillion extra keys and I'd like to make...

relates to #42 `minReplyDelay` should be overridable at the command line (or via env var). If not overridden, the default should vary based on the vendor of the framebuffer and...

enhancement
help wanted

Xcode is huge, almost 12GB downloaded and needs 40GB to extract (really 50Gb if your XCode.xip is on the same filesystem you're installing to) now that swiftlibs are in the...

enhancement

the multi-chat [Franz](https://github.com/meetfranz/franz) app has "recipes", very similar to MacPin sites: https://github.com/meetfranz/recipe-slack/blob/master/webview.js https://github.com/meetfranz/plugins/blob/master/docs/integration.md They have pulled off multi-repo sites, so maybe I could do the same? Or just move sites/...

enhancement

build some VPN support in for doing ad-hoc redirection/filtering of specific hosts' WebView requests and/or their DNS resolutions https://github.com/lshuzhi/SimpleTunnelMacos https://github.com/liruqi/Mume-iOS https://developer.apple.com/reference/networkextension/netunnelprovidermanager Chrome does this with `--host-rules=MAP , EXCLUDE ` https://github.com/electron/electron/blob/master/docs/api/chrome-command-line-switches.md#--host-rulesrules

create an NSProgress for the download task and notify com.apple.DownloadFileFinished https://chromium.googlesource.com/chromium/src.git/+/master/chrome/browser/download/download_status_updater_mac.mm set the Quarantine xattrs too: https://codereview.chromium.org/220037/patch/6001/7001

enhancement

MacPin doesn't really do it for me anymore. Safari 9 added Pinned Tabs, so its not the only provider of pinned pages on OSX anymore. There also a story to...

help wanted
question

Shipping services on OSX is very clunky, I'd much rather build a generic NSExtension for each app that can accept any URL when selected via "Share" menus all over the...

enhancement

I'd like to be able to use liftoff to make boilerplate OSX utility apps. xcodeproj seems to be up to it. - add "deployment_platform" flag to liftoffrc - prepend all...

feature-request

OSX 10.11.3 Atom 1.5.3 Python 3.5.1 apm: jupyter-notebook: 0.0.9 pip: notebook: 4.1.0 Every time I try to execute a cell, this is the result: ``` Traceback (most recent call last):...