Alexandre Cassagne

Results 17 comments of Alexandre Cassagne

Like this? ```go paginator := pagination.Paging(&pagination.Param{ DB: db.Where("uid = ?", uid), Page: page, Limit: pageSize, OrderBy: []string{"id desc"}, }, &results) count := paginator.TotalRecord ```

@remkop Has proposed a workaround and mentioned https://github.com/remkop/picocli/issues/1378 as having similarity. I could possibly provide a pull request, but I am not 100% sure what the best approach is!

@remkop It is a good point, and I hadn't noticed that Spring was already doing this. I'd need to play around with those unmatched options to make sure I understand...

Does anyone have any leads on how to change the code to allow it to work ?

How do you load the locale from this context?

Perhaps (to avoid breaking the event sourcing model), the concept of a "checkpoint" could be implemented where a set of events are mapped to a new set of events. Of...

``` Warn | could not parse file error="4 errors occurred: * could not decode yaml object with main scheme #19: no kind \"CustomResourceDefinition\" is registered for version \"apiextensions.k8s.io/v1\" in scheme...

I have the same issue still. Has anyone here found a solution?