Anthony HAMON
Anthony HAMON
I was wondering because, it seems there is not much activity on the repository with several issues and pull requests on pending.
# Description The path shown in the documentation does not work Not working cache : Working cache :
One thing that bug me is this statement : > Once a sprint has begun, Issues may not be added to the sprint, but they can be removed. This reduces...
Fix a typo in the documentation
Hi there, It seems there are several PR/issues (almost all?) not answered/managed. The last commit is 5 months old and the last release almost 1 year old. So just wondering...
## Question How it is possible to generate a group by statement related to a JSON field? For an order by we get the `sqljson` package and we can do...
When I run this kind of code ``` client.ConversionPiece.Query().Where(conversionpiece.ID(x.ID)).WithConversionOrder().Only(ctx) ``` The `ConversionOrder` edge is empty. For some leagcy reason we defined by hand the relationship in the `ConversionPiece` like this...
There is an error happening that prevent the usage of fuego with gin. **To Reproduce** Steps to reproduce the behavior: 1. Create a test project `/tmp/test` 2. Copy this as...