Alexander Kagno
Alexander Kagno
I'm sure this is stupid, but I can't find any information when searching for this specific error, and I'm green when it comes to Ruby. Build error: ``` 👍 ENTRYPOINT...
Not entirely sure what's going wrong. I don't really know where to start troubleshooting this. I have MongoDB version 3.2.1 running. ``` root@testing:~/lets-chat# npm start > [email protected] prestart /root/lets-chat >...
Wondering if you could convert this to an android theme.
I'm not sure if this would break anything, but I'm hoping to leverage your image while still having the ability to track what version is actually installed on the image...
``` local function keyStroke(mod, key, bundleid) app = hs.application.get(bundleid) hs.eventtap.event.newKeyEvent(mod, key, true):post(app) hs.eventtap.event.newKeyEvent(mod, key, false):post(app) end ``` Called with: ``` prefix:bind('', 'Z', function() launchFocusOrSwitchBack("com.google.Chrome.canary") keyStroke('cmd', '1', "com.google.Chrome.canary") end) ``` This...