Ayodeji Akinola
Ayodeji Akinola
### What happened? I am working on adding a skipAuth directives to queries that will render certain queries accessible to the public, provided the skipAuth directive is specified. ### What...
## Description model doesn't not include `has-many` relation in AfterSelect ```go type Content struct { Base HasCriteria bool `bun:"-"` Criterias [ ]*Criteria `bun:"rel:has-many,join:id=content_id"` } type Criteria struct { Base ContentID...
Hello there How do i soft delete a data and its associated data ```go type Content struct { ID int64 `bun:",pk,autoincrement"` CommentID int64 Comment *Comment `bun:"rel:belongs-to,join:comment_id=id"` } type Comment struct...
This Pull Request address this https://github.com/scorelab/EtherBeat/issues/15 and some other minor problems in the codebase ### Checklist [X] Fixed Project startup by updating dependencies and fixing some syntax errors in the...
An attempt to resolve this: https://github.com/paradigmxyz/reth/issues/10835 ## Description Spawn a single thread to consume chunks from each batch. The **Producer** prepares and sends batch chunks, while the **Consumer** processes these...