Giacomo Venturini

Results 13 comments of Giacomo Venturini

> Yes, it doesn't have any types, see the usage example in the README: https://github.com/pascalgn/automerge-action#usage Hi, I think it could be useful to add a comment like: ```yaml status: {}...

> Maybe it's late but i will leave an usage example:` > > ``` > AbilityWebhookBot bot = new MyAbilityWebhookBot(); > > try { > > Webhook webhook = new...

@aryans1319 I am not the owner of the repo, so I do not think I can assign it to you. But if you want to work on it, I think...

I think that the feature you described is the same as https://github.com/hoppscotch/hoppscotch/issues/3983 which is being worked on.

Hi, even though it works, in my opinion the solution is not ideal, because you need to explicitly declare the mapping for each class you want to be "shared". It...

How did you manage to make it work with GS66? From the instruction I could not figure out how to setup an unsupported vendor

After some trial and error I managed to make some progress. The udev rules are not working, permission for hidraw* devices are not changed for GS66, since it has different...

Unfortunately not... I managed to catch the packets using wireshark on a windows boot, however I could not figure out how to modify this project or MSIKLM to make them...

Unfortunately not... I thought about booting into Windows and then analyse Steelseries gg packets via wireshark and adapt this tool. However I did not have time to dig through this....

@OuttaBody thanks for the unbind tip, it worked! I have created an udev rule and a simple script to detect the usb device by vendor and product id and then...