iohook icon indicating copy to clipboard operation
iohook copied to clipboard

Actively Looking For Maintainers !

Open Djiit opened this issue 4 years ago • 40 comments

Hey everyone,

2020 has been a strange year, and 2021 is starting to look pretty much the same. tbh I don't think I'll have more time to dedicate to iohook. Updates have become really rare, and it is only thanks to this awesome community that we recently added support for modern versions of Node and Electron.

So, that's it, I don't have anymore free time to dedicate to this project, and I don't use it anymore on any personal project, so I'm looking for a motivated maintainer to help with ongoing updates, triage the issues, fix bugs, etc...

I'll stick around, for sure, but we need a new person in charge.

Cheers

Djiit avatar Feb 05 '21 09:02 Djiit

Hi! Looks like I can return to maintaining this module

WilixLead avatar Feb 05 '21 09:02 WilixLead

Well, that was unexcepted -- but very welcome :)

Djiit avatar Feb 05 '21 09:02 Djiit

:D At this moment we have partially free hands in company. Just need some time for review current state and new PR's. We try write some tests and add some automatisations for creating prebuild's for new Node/Electron versions

WilixLead avatar Feb 05 '21 09:02 WilixLead

Awesome ! We recently switch to node-gyp instead of cmake-js, so yeah the project would need a revamped automated CI (maybe using more recent versions of prebuilt for instance), plus some good tests, you are right :). Let me know if you want to have a quick chat. I'm keeping this issue open a few days to see if anyone wants to join the fun.

Djiit avatar Feb 05 '21 09:02 Djiit

Great! I just need remember how CI upload new builds to NPM :)

WilixLead avatar Feb 05 '21 09:02 WilixLead

:D At this moment we have partially free hands in company. Just need some time for review current state and new PR's. We try write some tests and add some automatizations for creating prebuild's for new Node/Electron versions

@WilixLead, if you are reviewing the current state and updating prebuilds, could you take a look into mac support? There is a long-standing mac issue that is still causing confusion ( see #295 ).

There is a hack that can be implemented (example), but I wonder if it would be possible to update to libuiohook v1.2?

tcardlab avatar Feb 15 '21 16:02 tcardlab

@tcardlab I have an experimental fork adapted to use libuiohook 1.2 here https://github.com/marcelblum/iohook you are welcome to try building from there for Mac to test if it fixes the issue. For me I have never been able to replicate #124 with any release of iohook, and I use iohook on Mac all the time, though only in Electron.

marcelblum avatar Feb 15 '21 20:02 marcelblum

Closing it due inactivity. Please update other issues for their actual state. Now I start clearing repo from old PR's and Issues

WilixLead avatar Apr 15 '21 09:04 WilixLead

@WilixLead I still have issue to make this library work in latest MacOS, did you update libuiohook to 1.2?

veeramarni avatar Apr 18 '21 12:04 veeramarni

@veeramarni No. It is still not updated

WilixLead avatar Apr 19 '21 06:04 WilixLead

@marcelblum #124 seems to be only an issue on node and not electron. I moved iohook from my main process (running electron) to a child process (only node) and saw the exact issue mentioned. Would be interesting to se if libuiohook 1.2 update would fix the issue. @WilixLead

TStod avatar Apr 29 '21 17:04 TStod

@WilixLead @Djiit Who's the current maintainer of this project? The last time there was any activity from any maintainer is April 19. I and others have to resort to scoped packages and forks to work with this project. If the current maintainer isn't interested anymore please indicate so the project can have a new maintainer as it's an active project.

ash0x0 avatar Jun 05 '21 10:06 ash0x0

Hey, as stated before, I can no longer maintain this project. @WilixLead did you pick it up in the end ?

Djiit avatar Jun 09 '21 08:06 Djiit

@Djiit Thank you for reopen. I managed to fix only a couple of mistakes, and then time is end :)

WilixLead avatar Jun 09 '21 08:06 WilixLead

@ash0x0 you want to be maintainer?

WilixLead avatar Jun 09 '21 08:06 WilixLead

@ash0x0 you want to be maintainer?

Would love to. I'm already familiar with the code and I do have the time to invest in this.

ash0x0 avatar Jun 09 '21 08:06 ash0x0

Ok. I add you write access. Make iohook great again :)

WilixLead avatar Jun 10 '21 13:06 WilixLead

Ok. I add you write access. Make iohook great again :)

Thank you, will do my best :)

ash0x0 avatar Jun 11 '21 18:06 ash0x0

@Djiit @WilixLead I'll need access to the NPM package, someone add me as collaborator please, same username.

ash0x0 avatar Jun 12 '21 01:06 ash0x0

@ash0x0 Please check your email

WilixLead avatar Jun 13 '21 10:06 WilixLead

Also I think the best way to publish npm package - it with CI step

WilixLead avatar Jun 13 '21 10:06 WilixLead

@ash0x0 Please check your email

Thank you, got it.

Also I think the best way to publish npm package - it with CI step

@WilixLead I believe so too. You'll need to add an NPM automation token to the repo secrets under name NODE_AUTH_TOKEN for that to work.

ash0x0 avatar Jun 13 '21 11:06 ash0x0

Also, you'll need to disable AppVeyor and travis (if enabled) integration for this repo. AppVeyor is still reporting builds as failed.

ash0x0 avatar Jun 13 '21 17:06 ash0x0

@ash0x0 Github actions already done? No need travis and appveyor?

WilixLead avatar Jun 14 '21 09:06 WilixLead

@ash0x0 Github actions already done? No need travis and appveyor?

@WilixLead yes, actions is doing releasing now, I've already deleted travis and appveyor configs. Once you add NODE_AUTH_TOKEN secret it'll publish NPM package as well instead of me doing it manually, let me know when you've added it because I can't see secrets.

ash0x0 avatar Jun 14 '21 09:06 ash0x0

@ash0x0 I add NODE_AUTH_TOKEN with token now. Try now if you can

WilixLead avatar Jun 14 '21 10:06 WilixLead

@WilixLead Confirmed, working well. Thank you.

ash0x0 avatar Jun 14 '21 10:06 ash0x0

It's always good to have extra brains! Anyone looking to contribute in any way, maybe to fix a particular bug that's affecting them or add a feature they need, please reach out here and I'll offer the help I can. I'm actively working on making the codebase easier to work with and improving the overall contribution experience.

ash0x0 avatar Jun 15 '21 22:06 ash0x0

Hi @ash0x0, I will be happy to help maintain and fix bugs, I will need to know how and whats the best way.

giladdarshan avatar Jul 01 '21 21:07 giladdarshan

Hi @ash0x0, I will be happy to help maintain and fix bugs, I will need to know how and whats the best way.

That'd be more than welcome. You can check the Todo milestone in issues to see what needs to be fixed. As far as contributing goes, the docs have good info on that. I'd say pick any issue you think you can fix and ping me there and I'll provide help. I see you did some work on #214, maybe you can PR that. You'd need to test on linux and windows, I recommend making use of gh actions and tests. If you can add a unit test action that'd be great for all future PRs too.

ash0x0 avatar Jul 02 '21 01:07 ash0x0