Anton Bacaj

Results 62 comments of Anton Bacaj

Have tried custom build on both mac air M1: ```System Version: macOS 11.3.1 (20E241)``` And my older mac x64: ```System Version: macOS 10.15.6 (19G73)``` Also tried the release builds from...

Let me try and get a simple demo with electron up, will post a link.

Hi @ash0x0 please see: https://github.com/abacaj/iohook-sample made a short video here: https://streamable.com/pf9wat I cloned iohook repo and used a local build (check package.json, I'm currently on my M1 mac). 1. run...

I get this warning when trying it in renderer: ``` Electron: Loading non-context-aware native module in renderer: '/Users/antonb/personal/iohook-sample/node_modules/iohook/builds/electron-v87-darwin-arm64/build/Release/iohook.node'. This is deprecated, see https://github.com/electron/electron/issues/18397. ``` Is this expected?

Allowing node integration is not a recommended security practice, neither is disabling context isolation. https://www.electronjs.org/docs/tutorial/security#2-do-not-enable-nodejs-integration-for-remote-content https://www.electronjs.org/docs/tutorial/security#3-enable-context-isolation-for-remote-content I understand it's the only way around this issue, but just wanted to point...

It looks like we can keep those options and run iohook in `preload.js` exposing it to renderer using context bridge (my app didn't crash when doing this). The only piece...

Yes I have a working example here: https://github.com/abacaj/iohook-sample You can see what I changed here: https://github.com/abacaj/iohook-sample/commit/0094c4c3e733337f5733d80f1cb6360b86c2535f If you ```yarn install``` and then ```yarn start```, you should be able to see...

> > Yes I have a working example here: https://github.com/abacaj/iohook-sample > > You can see what I changed here: [abacaj/iohook-sample@0094c4c](https://github.com/abacaj/iohook-sample/commit/0094c4c3e733337f5733d80f1cb6360b86c2535f) > > If you `yarn install` and then `yarn start`,...

@drarmstr thanks for the quick reply. Please see example here: https://codesandbox.io/s/confident-framework-ib1kf?file=/src/index.js I am appending to the DOM every time the effect is supposed to trigger: ``` import { atom }...

This is just an intro, and should be consumed as such. By no means does failing the `ACAG` actually matter here. Appreciate the work.