TheOldMonk
TheOldMonk
I already have json docs as string following code snippet is used to construct a valid json string. ``` func StoreInSolr(sc *solr.SolrInterface, docs []string) (*solr.SolrUpdateResponse, error) { params := &url.Values{}...
Usecase: snowflake as database primary key. it will be useful to get all records inserted before 1 month. It will be great to have a function that: 1) given a...
given following mixin fields ``` // Fields of the AuditMixin. func (AuditMixin) Fields() []ent.Field { return []ent.Field{ field.Int64("id"). Positive(). Unique(). StructTag(`json:"id"`). Immutable(). Annotations(entsql.Annotation{ Default: "id_generator", }), field.Time("created_at"). Immutable(). Default(time.Now), field.Int64("created_by")....
**Is your feature request related to a problem? Please describe.** we should have a way to add json tags for bindings given ``` bindings: bigint: type: int64 query GetUser($email: String!)...
I would like to get reviews and suggestions for this simple alert component based on tabler.io which in turn is based on bootstrap 5. I think more guides should be...
### What version of GraphJin are you using? `graphjin version` GraphJin 3.0.18 For documentation, visit https://graphjin.com Commit SHA-1 : 0c4461a769a355328f803c0851c2663ea9ea5d63 ### Have you tried reproducing the issue with the latest...
readme links to https://www.ory.sh/docs/sdk/self-hosted which currently returns 404