Ngũ Thành An
Ngũ Thành An
When I navigate to the fragment with CodeScannerView, line `codeScanner = CodeScanner(requireActivity(), scannerView)` make about 1s to open the camera successfully, and the fragment lagging before the camera be opened.
## GORM Playground Link https://github.com/go-gorm/playground/pull/1 ## Description ``` # tx *gorm.DB tx.Table(deviceTableName).Clauses(hints.CommentBefore("insert", "...")).Create(&ins).Error ``` The log output does not show me the comment before insert query, while the others like...
It is really hard to find a libary that helps me to render wave form for streaming HLS. Reason maybe is waveform should be calculated first, while HLS get chunk...