Alexandros Dorodoulis
Alexandros Dorodoulis
@jflidr Could you also consider adding the changelog of each version to each GitHub release? Currently there is a link to a forum post that doesn't work
@arindam2 here are all the overrides and the constrains that you will need for qor admin, qor and qor auth to work: ``` [[constraint]] name = "github.com/qor/admin" branch = "master"...
For anyone else facing this issue, double check that all of your struct fields are matching the GraphQL response and that you aren't forgetting any slices
Yeah, absolutely 😊 Our use case is that we are using https://rushjs.io/ for our monorepo. So the command to install the deps would be `rush install` (which under the hood...
@JounQin I've been waiting for [this](https://github.com/privatenumber/ci/pull/7) to be merged because the current version of the package isn't usable from other libraries until @privatenumber has had some time to look through...
Are all the function calls needed? Couldn't we replace the above query with this: ```go err := client.User.Select.Name("MyQuery1").GroupBy( // when you update this query and re-run prisma, the MyQuery1 struct...
@bufrr if you don't want to wait for it to be merged, you can add this to your go.mod file (at least that's what I did until it gets merged)...
Unfortunately I can't make this decision. @bacharakis has to decide and I've requested a review from him. > Note: I'm already getting notifications for all the new issues and the...
Hi everyone, the issue should be resolve now, sorry for the delay
I'll leave it open because the frontend should remove the loader when it gets 0 issues and display smth like "no issues where found at the moment, if you have...