Benjamin Smrdelj

Results 4 issues of Benjamin Smrdelj

I'm having an issue trying to implement this design: ![image](https://github.com/AhmedLSayed9/dropdown_button2/assets/51935943/f5e8a17f-115a-4d47-b4ef-0e9f098830c0) The idea is that dropdown button (displaying hint and dropdown items) contain additional "Info" button widget, which has `onTap` functionality...

Using `httplog` in combination with [chi compress middleware](https://github.com/go-chi/chi/blob/master/middleware/compress.go) logs compressed response body. Has anyone encountered similar issues before? I wrote a custom implementation of `httplog` where I manually decompress response,...

I've noticed that whenever I login (with `authenticateUser`) a new device is registered in Cognito. I found out that `keyPrefix` used in `cacheDeviceKeyAndPassword` and `getCachedDeviceKeyAndPassword` functions is not the same....