Mauricio Cirelli

Results 29 comments of Mauricio Cirelli

> It seems that STM32H7B3 is using synopsys dwc2 driver, not stm32_fsdev driver. Dear, thank you for pointing this out. I have confirmed that I am using the synopsys dwc2...

@hathach thank you for your reply. Detecting the disconnection event is important for us, because we have a FATFs running on this device and we need to unmount/re-mount it when...

Hi! Thank you for looking into this. > Can you share your PromQL query that's causing the issue? The query is very basic: **avg_over_time(my_custom_metric{connectionType=~"4G"}[$__range])** This is a custom metric of...

I am working on this as well... It seems that app.UseStatusCodePages callback is never called when the middleware returns a 429 status code. I managed to solve this by overriding...

@BennyEvans I can confirm that removing that line from the driver triggers the unmount event. I am testing on v0.13, and the respective line is 514 instead of 525. However,...

Dear @BennyEvans, The issue is worse than at first... It is calling the _tud_umount_cb_ callback so many times that it is giving me a STACK OVERFLOW error at the TinyUSB...

@Legacy777 I have done it using the command line. However, I am using Exchange 2013. I think it is very different from 2019. We have moved to Exchange Online some...

Has this been abandoned? This is a very useful feature for redis-om with the popularity of LLM and Embedding documents.

Hi, I am interested on this too. Is there any workaround? I am struggling to find the correct GUID for the device I am trying to connect to.

My use case is to automate measurements by sending commands and reading info from a USB to GPIB bridge. There are some USB to GPIB bridges that work as COM...