Kostas Seresiotis

Results 9 comments of Kostas Seresiotis

Hi, I am getting some requests stuck when the server tries to close the connection [here](https://github.com/fhessel/esp32_https_server/blob/master/https/HTTPSConnection.cpp#L121) as SSL_Shutdown never returns. You think this is related to this issue or should...

Warning! My level of experience with C/C++ is very low. > Could you already determine whether the problem really is the SSL_shutdown function not returning, or rather the loop around...

Removing the while loop and running `SSL_shutdown` only once seem to work fine for me and i couldn't notice any other side-effects. In the meantime although I couldn't find what...

I have updated and so far it looks like its working as it should. I 'll let you know if i run into anything strange. Thanks again! Kostas

A relevant PR was #213 where a detection of the account type was added. When authenticated account wasn't a business account and there were also no other linked business accounts,...

Hey @jconroy, Some of the extra attributes requested here are frequently found in WC product attributes, for example `color`, `size` but since these are not standardized in any way, I...

To discuss this a bit: The original issue as mentioned is theme specific. Other themes usually overlay the "sale" badge onto the images, so that requires different handling. Imho it...

Hi, we recently had the need of clearing used CSS through CLI, and a search brought me here. Do you guys have an ETA for this? Thanks.