Damien RAYMOND
Damien RAYMOND
Hi there, I have an issue when I use the `authenticate('google')` of `AuthService`. When I trigger the button, the popup opens. Then, I connect my google accout and I am...
Hey folks, I was wondering if someone had already extracted a JsonSchema (or similar) from encoders. For example : ``` case class Data(id: UUID, a: Option[String]) object Data { implicit...
Hi there, I seems that there is no native way to do Server-Sent Events in Elm. I was wondering if, adding this feature, is in the roadmap ? I have...
Hi folks, I'd like to propose a change to add a TTL to each item to leverage [DynamoDB's feature](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TTL.html). I am not aware of any discussion about this subject. To...
### Short description Add feature to allow to expire DynamoDB items. ### Details DynamoDB has the feature that allow to expire an item based on a field value. In a...