ewnd9

Results 51 comments of ewnd9

In my case it seems to be only thumbs up from Google library, uploaded are missing

@vetash Pull request is welcomed. Possible implementation: 1. Create a new action in [`playlist-actions.js`](https://github.com/ewnd9/badtaste/blob/da533c809ca295e88531a30a480d13ca380165ed/src/actions/playlist-actions.js) 2. Add a new keybinding which emits the action in store in [`index.js`](https://github.com/ewnd9/badtaste/blob/da533c809ca295e88531a30a480d13ca380165ed/src/index.js#L54) 3. Add a...

[mpris package](https://github.com/emersion/mpris-service) [google music electron usage](https://github.com/twolfson/google-music-electron/blob/e465bf31b6ad986728e928c0ba6f7f97e03334cb/lib/mpris.js) [Example of controlling mpris in awesome](https://github.com/fotcorn/awesomewm-config/blob/master/rc.lua#L332-L337) [mrpis spec](http://specifications.freedesktop.org/mpris-spec/latest/)

You could simply include all plugins from `stage-0`, `stage-1`, `stage-2`, `stage-3` except of `transform-async-to-generator` alongside with `kneden`

Hi :wave: Sorry for the long response, I caught open source procrastination :grimacing: I would like to come back to srs theme some day, but sadly now I don't have...

Sorry, should have done it in the first message ``` var x11 = require('x11'); x11.createClient(function(error, display) { var X = display.client; var root = display.screen[0].root; var space = 65; var...

No luck for me

I ran directly in terminal, events are always printed. Example: I start script and when I print in browser / other terminal sequence "a" "space" "b" I get "ab" in...

So, it is not possible to propagate events from cli? I'm trying to archive global keybindings for cli apps

Just for the reference what similar projects use on Linux - Node.js - `yue/yue` - [`webkitgtk`](https://github.com/yue/yue/blob/d7b6312bc86c79038c8707f5433544688d9ebc63/nativeui/BUILD.gn#L373) - `kapouer/node-webkitgtk` - [`webkitgtk`](https://github.com/kapouer/node-webkitgtk) - `Place1/node-gir` (fork of `creationix/node-gir`) - [`webkitgtk`](https://github.com/Place1/node-gir/blob/663aa16972254e4c2d2901fadc7d35240961e1c4/examples/browser.js#L3) - JavaScript -...