Valeriy Kucherenko

Results 45 comments of Valeriy Kucherenko

@CHERTS , any news on gdbstub support for UDK?

Wow! cool! It would be nice if you also add some small README file on how to build it or plain "make install" will be enough?

Hi, please use one of SPIFFS_DBG/SPIFFS_GC_DBG/SPIFFS_CACHE_DBG/SPIFFS_CHECK_DBG macro for debug printing instead of direct call to printf

Using this library in esp8266 project as a file-based database for more than 3 years. All ok, all good. So if someone don’t like elephants, he simply don’t know how...

I have faced same issue recently. After update to current master head the issue not reproduce anymore.

Is this really needed? Config file already have parenthesis around SPIFFS_CACHE_WR, SPIFFS_CACHE_STATS defines, so if SPIFFS_CACHE is not defined - SPIFFS_CACHE_WR and SPIFFS_CACHE_STATS will not be defined too.

Shouldn't you use threads synchronization techniques for that purpose. You could use mutex or signals.

Thanks for advanced research! Regarding p.1 - yes it's definitely supported at least by `sprint-data-jpa` supplied with Spring Boot 2.5.x. Actually this issue happened when I decided to perform migration...

@DiegoKrupitza Hi. The issue is still reproducing in SB 2.7.3. Any ETA to fix it? It would be nice to have some configuration property to tell application either to use...

@DiegoKrupitza Let me disagree with you :) I don't see anything bad in allowing developer to choose which query parser he want to use independently of what is located in...