Andy Warren

Results 5 comments of Andy Warren

Your assumption is correct, this package hasn't been tested with Angular 13 as we aren't actively developing it anymore. Happy to accept PR's if you find a fix.

1. I'm not sure I haven't looked into this for a while. 2. I'd suggest forking it, making the changes and then submitting an MR

Thanks for reporting this issue. We aren't currently maintaining this project but would be happy to receive pull requests if you have a fix.

I tried this directly via a REST request and it gave me a paginated response, so it seems to be a problem with the client rather than the API itself

I've also seen this with the search client as well e.g. ```go req := &retailpb.SearchRequest{ Placement: "projects/project-id/locations/global/catalogs/default_catalog/servingConfigs/default_serving_config", PageSize: 10, PageToken: "", VisitorId: "abc", } it := searchClient.Search(ctx, req) ```