João Victor Santos
João Victor Santos
As I know, I need to create a parser to be able to parse the query into params. Like: ```go QueryParser = rql.MustNewParser(rql.Config{ Model: User{}, FieldSep: ".", }) // and...
I'm trying to implement a soft delete operation, using `Hooks` and `Mixins`, as documentation sugests: > A Mixin allows you to create reusable pieces of ent.Schema code that can be...
**Is your feature request related to a problem? Please describe.** Many companies use React or Angular as front-end framework. Currently the TODO example is written in Elm, as I see...
### Feature Description Expose the route name inside middleware before reach the end handler / last handler in the stack. ### Additional Context (optional) Currently I'm trying to implement a...
If there's no technical problem could make it configurable? Like: ``` go // It will return a configurable instance. instance := ksuid.NewInstance(ksuid.Config{ MaxPayloadLength: 32, }) ``` And if possible a...
If so how could I do that
**Is your feature request related to a problem? Please describe.** I'm running some databases on Azure and AWS Cloud. But I don't have direct access to the instances, I just...
### Feature Description I'd like to use [Clickhouse](https://clickhouse.com/) as storage layer and having control over the [table engine](https://clickhouse.com/docs/en/engines/table-engines) being used so I could store into different places effortless. ### Additional...
### Question Description For example my app already opens a connection with redis and I'd like to reuse the same connection, since it's simple to create a health check endpoint...
### 🧐 Problem Description [describe the problem in detail so everyone can understand it] I need to create a two level pie chart somethink like:   Also I need...