Samuel GIFFARD
Samuel GIFFARD
When changing the Sidetone in Steelseries GG -> Engine.  Sidetone `OFF`: ``` 0000 1b 00 c0 57 e9 b6 01 e6 ff ff 00 00 00 00 09 00...
Thanks @Sapd! Wouldn't something like this work? ```c #define ENDPOINT_OUT 0x04 static int arctis_nova_pro_wireless_send_sidetone(hid_device* device_handle, uint8_t num) { int ret = -1; // the range of the Arctis Nova Pro...
Okay, I feel dumb for not seeing that `hid_write` actually calls `libusb_interrupt_transfer` ([here](https://github.com/signal11/hidapi/blob/a6a622ffb680c55da0de787ff93b80280498330f/libusb/hid.c#L1003)) ```C int HID_API_EXPORT hid_write(hid_device *dev, const unsigned char *data, size_t length) { // ... if (dev->output_endpoint device_handle,...
@Sapd hmmm true... it would not be compatible for MacOS... (but this device already has a MacOS compatibility from SteelSeries, btw). It's possible that you've missed this message: https://github.com/Sapd/HeadsetControl/issues/221#issuecomment-1193292705 And...
Hi @Mahdi-Ba ! Thanks for posting this. Can you elaborate on what this PR is trying to achieve? It seems that this `eta` is not used.
Added `scalar` in `1` and `overloaded` in `3`. @KaelWD > You can define custom file types for basic highlighting: https://www.jetbrains.com/help/idea/creating-and-registering-file-types.html#create-new-file-type
@Colin-b Okay, now it should work. I added the trigger on PR, which was missing. https://github.com/Colin-b/keepachangelog/pull/37/commits/3f07aecf990359181a8be844225f8daafdb871b7#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88R3 There's a need for approval to run the action, though? Have a good evening!
Hi @Colin-b, Sorry for the long wait and thank you for your response. About the "removing test cases should not make sense" you're mentioning, I don't think I removed any...
And empty lines (which have their role in Markdown) are striped. https://github.com/Colin-b/keepachangelog/blob/3538c5b4beb433293352d084f4df7bcce4d02bf1/keepachangelog/_changelog.py#L94
Sure @Colin-b ! I just finished rewriting the whole parser. For now, it does almost the same as the current one (there were a few weird behaviours/bugs that made little...