abdul nafea auf

Results 5 comments of abdul nafea auf

I am using onkey instead of onDate, and it is working for me I can not copy the keycode here, but you can find it using this code ```js term.onKey(({...

Hello, Thank you very much for the great library. However, I need to be able to remove the listener from a RawChannel, as I am implementing the UDS protocol. I...

this is the uds function if it helps. ``` uds(id: number, data: number[]): Promise { // this._validateData(data); data = data.concat(Array(8).fill(0x00)).slice(0, 8); const service = data[1]; const expectedServiceId = 0x40 +...

Hi @juleq thanks for you response, you suggestion could do the trick, I still need to change the expected ID, but I thought it would be cleaner to remove the...

I am having the same error as well when compressing some a lot of files on Ubuntu, is there any solution for it?