-
Hi Matt,
I wanted to ask for your input on an issue we are having. Thank you for contributing this well written Powershell library for OneLogin. We are working on a project that outputs the user da…
-
So as I work on a branch for #292 (and the feature that gave rise to it) I've run into some thought problems.
I'm working with an app using non-linear paging (keyset pagination rather than limit&of…
-
I started using the dev-server version based on the recommendation in this comment: [#11182 (comment)](https://github.com/goauthentik/authentik/issues/11182#issuecomment-2327204647)
Since then, non…
-
```
api.GetFollowers(page=1)
produces same result as
api.GetFollowers(page=2)
I read in the api wiki that page is going to be deprecated in favor of
next_cursor. I think this may have happened alr…
-
```
api.GetFollowers(page=1)
produces same result as
api.GetFollowers(page=2)
I read in the api wiki that page is going to be deprecated in favor of
next_cursor. I think this may have happened alr…
-
In the documentation regarding pagination, it guides the user to use `updateQuery`. However, in ApolloClient v3 this is deprecated with a warning that it will be removed in the next major version.
…
-
I like this package but I can't figure out how to get it to work so that it does server side filtering and pagination.
Anything over a few thousand records gets clunky.
Any ideas?
-
The API to support the file tree would benefit from a bespoke RPC in gitserver.
A few requirements from the perspective of the final consumer (some of this could be implemented in `frontend` for a …
-
Going through pages of results in the external API is not very good right now. The biggest problem is that you can only go forward. If you have a cursor pointing to a page, there is simply _no way_ to…
-
```
api.GetFollowers(page=1)
produces same result as
api.GetFollowers(page=2)
I read in the api wiki that page is going to be deprecated in favor of
next_cursor. I think this may have happened alr…