Surya Asriadie
Surya Asriadie
**Describe the bug** We are using `PS256` as signing algorithm with rotated keys. the app is running on java 11 and deployed in kubernetes. Recently we started to encounter signature...
- Add new domain from 1secmail
## Background Optimistic locking (or optimistic concurrency control) is a technique that allows concurrent edits on a single record (more: https://hexdocs.pm/ecto/0.9.0/Ecto.Model.OptimisticLock.html) ## Implementation - [ ] Detect Optimistic Locking enabled...
## Idea 2 ### Example ```go type Channel struct { ID int Name string // mapped to singular version of field name defined in "db" (subscriber) inside through association. //...
https://github.com/mattn/go-oci8 or other driver Example: https://github.com/go-rel/rel/tree/master/adapter/sqlite3
## Background If you've used rails in the past, chances are you've seen this `db/schema.rb` file. It's a snapshot of current database schema that written in ruby DSL. The dumped...
Fix: https://github.com/go-rel/rel/issues/308