Ayoub Kaanich
Ayoub Kaanich
So far the slowest CI we have is appveyor, it does not allow jobs to run in parallel The hosts provided by appveyor are slow as well, it would reduce...
CI Issues
@chmorgan could you look into those? - [x] Travis jobs no longer running - [x] Azure jobs always failing with `No hosted parallelism has been purchased or granted. To request...
Helps with https://github.com/pylessard/python-udsoncan/issues/88#issuecomment-1008140928 ## What's done * Allow converting one response to a response list. * Populate each response `service_data`. * Handling of NRC Pending Response * Allow user to...
Hi, The SocketCAN API is a great initiative for standardizing the CAN interface API. This request tries to extend this initiative for more use cases. ## Context The SocketCAN was...
Change introduced in https://github.com/nmap/npcap/commit/10d4de94fdfa7ec4d84ba3311c41c95226473a75#diff-fbde706694dbead2c023e9f5ba579b5d724a4a35c8831f03df023c9f0ee183c8R2620-R2623 are causing the microsecond part of the timestamp to be ignored. `(TimeFreq.QuadPart) / 1000000` will return zero if TimeFreq is less than 1000000 and inaccurate number...
It would be nice if Npcap could support hardware timestamps. See https://docs.microsoft.com/en-us/windows-hardware/drivers/network/overview-of-ndis-packet-timestamping
### Description The CLR enum have interesting characteristics that makes it too similar to python `IntEnum` and `IntFlag`. however not all of those characteristics are supported in IronPython. Examples: given...
I am not sure how that function works to fix the issue myself, but I could provide what the struct that caused the issue look like All have byte position...
It's true that the more linters we support the better, but we need to have a set of requirements for accepting linters that are not very popular or hardly maintained...