Slawomir Jasinski
Slawomir Jasinski
Right now, I'm using ```go err = response.GetObject(&variants) if err != nil { fmt.Printf("get object error: %v\n", err) return err } ``` I get a response, but unmarshaling fails -...
I had an issue where imaginary couldn't properly download images living in AWS S3 bucket, and they were signed. I figure out that we can just use [url.QueryEscape](https://pkg.go.dev/net/url#QueryUnescape) to encode...
From some reason can't save WEBP file - it works only if I force "JPEG" otherwise wlil get: "ERROR_WAND: Wand contains no images `%!s(MISSING) (MagickWand-2)" ``` mw := gmagick.NewMagickWand() defer...
Do you support coder/decoder specific options ? ```-define {=},...``` http://www.graphicsmagick.org/GraphicsMagick.html
It doesn't seem to work - it doesn't pass the current IP address to rules correctly ``` Current IP: 20.168.60.70 ---------------------- Firewall Inbound Rules (original) ---------------------- 22::tcp - undefined 80::tcp...