ewnd9

Results 30 issues of ewnd9

Prior discussion happened in gitter chat https://gitter.im/appetizermonster/hain Short brief: I've started `hain` by commenting out native addon code at `app/platform-util/index.js` Current plan is to make a pull request after config...

After adding support to run `hain` on unix system (pull request https://github.com/appetizermonster/hain/pull/48), we need a way to distribute it. ## npm npm is convenient enough to install and update electron...

I am trying something like `X.GrabKey(root, 0, 0, 65, false, true);` to capture space keypresses. How can I propagate keypress event to all system? Right now script is blocking space...

I've tried to incorporate similar testing approach from [`pouchdb-react-native`](https://github.com/stockulus/pouchdb-react-native), but it turned out [`react-native-sqlite-storage`](https://github.com/andpor/react-native-sqlite-storage) can't be mocked. The only way I see is to test on devices / emulators, but...

## Why? WIth https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html and https://docs.gitlab.com/ee/ci/services/ we can have ephemeral remote cache backed by GitLab itself - https://docs.gitlab.com/ee/user/packages/generic_packages/index.html --- - [ ] update docs

Plan: - `record-desktop` - Core - `record-desktop-cli` - Node.js CLI without keybindings - `record-desktop-gtk` - [`gjs`](https://wiki.gnome.org/Projects/Gjs) app - `record-desktop-electron` - Original Electron app

## Utils During the building of `record-desktop` I tried using programmatically: - `scrot` can't remember what was wrong :hear_no_evil: - `shutter` `shutter -s=${x},${y},${width},${height} -n -e -o ${outFile}` can't remember what...

help wanted
question

- `keycast` Nice windows-based project https://brookhong.github.io/2014/04/28/keycast-on-windows.html - `node-keyboard` Node repository for listening keyboard driver (root permission is required) https://github.com/Bornholm/node-keyboard --- - `screenkey` works without sudo https://www.thregr.org/~wavexx/software/screenkey/ https://github.com/wavexx/screenkey/blob/master/Screenkey/inputlistener.py connects to x11

help wanted
question

There is already "open file in image viewer", but I think editing images like adding clarifying arrows and text could be useful. Also, edited file could be easily uploaded from...

enhancement
help wanted