fogfish

Results 67 issues of fogfish

Please tag commit `9aeb3cf` with `v1.5.2`. It simplify the lib usage with go mod and unlocks the latest.

The library fails to decode a struct if field is missing. E.g. I do have a struct ```go type TokenExchange struct { Type string `form:"grant_type"` Code string `form:"code"` } ```...

Thank you for crafting the plugin! The integration of plugin works out of the box. However, the output images are corrupted: Original image: Output image: Please note vertical "color artefacts"....

### Checklist - [X] The issue can be reproduced in the [auth0_flutter sample app](https://github.com/auth0-samples/auth0-flutter-samples/tree/main/sample) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/auth0-flutter/tree/main/auth0_flutter#readme), [Examples](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/FAQ.md) and have not...

There is a common pitfall with optimistic locking when application puts item. The item might not exists or the item might be update in other thread. The existing code might...

[P] medium
[T] feature

Earlier release used LastEvaluatedKey to build a sequence of elements. New version migrated to Slice. It complicates the pagination. Implement the concept of cursor to fix an issue.

[T] bug

See official doc for details https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html

We have to create a dedicated stack to manage common resources * AWS Certificate * EFS * RDS

[T] feature
[T] resilience