James Devine

Results 29 comments of James Devine

Hiya, sorry to resurrect this issue, but I have a question about gerber-to-svg's SVG compatibility. I'm not especially familiar with the SVG format as a whole, but as mentioned above...

@kasbah doh, thanks for pointing that out! I mistook your link for one that points to mainline svgo.

Hi again! You can send a support request here: [email protected] Otherwise, please do open issues on github - no judgement here :smile:.

Hi @nishithpoojary The [LoggingToAzure sample](https://github.com/Azure/azure-sphere-samples/tree/main/Samples/LoggingToAzure) copies the [IoTHub folder](https://github.com/Azure/azure-sphere-samples/tree/main/Samples/AzureIoT/IoTHub) from the AzureIoT project. Then, the `CMakeLists.txt` is updated with a call to [`add_subdirectory`](https://github.com/Azure/azure-sphere-samples/blob/main/Samples/LoggingToAzure/CMakeLists.txt#L30). The `add_subdirectory` CMake call invokes CMake on...

is E0 received after resetting the board or while the application is running?

I doubt the board is actually sending this data intentionally. Try flushing the FTDI buffers before you try and read from the device.

I think more context is required here. I'll reach out to you over email to arrange a time to talk.

@iredelmeier - have you got any time to maintain this crate? Otherwise I'm more than happy to contribute. The crate has dependencies with vulnerabilities that need patching :smile:

I suspect this issue is caused by reading too much data (> than the ep max packet size) of the usb ip device. This commit: https://github.com/jiegec/usbip/pull/8/commits/ee51a4003b95ef54400aa6990ce2b05823f03967 fixed the instability with...

@jiegec - sure! I also just want to say that having no filter on `new_from_host` completely messed up USB on my machine. I would suggest it be removed and only...