Benjamin Smrdelj
Benjamin Smrdelj
I'm having an issue trying to implement this design:  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....