Sergei Aleksandrovich

Results 306 comments of Sergei Aleksandrovich

This is weird as hell. The `XML parse error` tells about some EXIF stuff, but the fallback image you set to `fallbackImage.data` is SVG, so it doesn't have EXIF. And...

The same: the fallback image is used without an issue. Did you try using a fallback image URL instead of base64 data? Maybe it's Helm or K8s messing up with...

Some info from my side: I'm digging the same issue. I've done some load testing using a single source file. I've configured JSON logs for my function and set the...

I made a couple more tests. 1. I removed the Lambda adapter from the Docker image and added a test native support for Lambda to the software. The errors didn't...

Unfortunately, nothing changed in my case. I noticed that the bigger the response the larger the error rate. A function with the code I posted above indeed causes only a...

Hey @pistazie! Ahh, thanks for catching this, there was an error in this config's check. It's strange that nobody ever faced this. Anyway, fixed in the `latest` build. > Additionally,...

Hey @andreas-venturini! Thanks for the report! The problem is in the `#` symbol which is treated by Go as the start of the fragment part of the URL. Fixed in...

Hey @jdchmiel! Though Overmind doesn't support loading .env files per process, this can be done in a somehow hacky way. `overmind run` doesn't do anything fancy but loads .env files...

Hey @kaufmo! Please don't rename values. This will break things for everyone who uses them.

Hey everyone, This was an intentional decision as I was seeing it as proper behavior. Honestly, I never thought of the case you've described. And it seems like nobody did...