João Victor Santos

Results 12 issues of 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...

✏️ Feature

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...

**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...

👍 Accepting PR
✏️ Feature

### 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...

🤔 Question
👍 Accepting PR
✏️ Feature

### 🧐 Problem Description [describe the problem in detail so everyone can understand it] I need to create a two level pie chart somethink like: ![image](https://user-images.githubusercontent.com/54698990/234917851-82b02e69-e266-44bd-9c3f-d599d064f0a3.png) ![image](https://user-images.githubusercontent.com/54698990/234917874-d3dee77c-45c4-4c85-82f7-81798a904eab.png) Also I need...