lcmgh

Results 68 comments of lcmgh

Any update on this?

Hi! I was also surprised that there is no `cc` variant without ssl. I'd like to stick to Google's images due to the trust factor.

Might this also fix https://github.com/crossterm-rs/crossterm/issues/768 ? @Atrox

Update: According to a report of our user, it looks like no key codes are being recognized.

Does anyone know what is the root cause in here or in which direction one could investigate?

Also upvoting this as I spent some effort to make my app not depend on openssl.

Edit: I am not sure what is causing this but it is like that some requests work, some others not (kind of random). Edit2: Removing mimalloc did not help I...

@glademiller Under which Docker image does your service run?

I noticed that the problem might happen when the serverfn returns a `ServerFnError `.

@johnbchron shouldn't the app in that case, that the issue is memory limit related, exit with a OoM error? Edit: In my case raising the memory did not fix the...