-
https://github.com/Innablr/revolver/blob/develop/lib/common.ts#L1
```javascript
async function paginateAwsCall(paginatorRef: any, client: any, what: string, params?: any) {
// TODO: improve par…
-
### Is your feature request related to a problem? Please describe.
When using Spring Data `Pageable` in classes generated with the Spring generator and `x-spring-paginated: true` I would expect…
-
If we put everything in one file it becomes a very massive [file](https://github.com/Azure/azure-sdk-for-net/pull/32939/files#diff-65e078bf8d70813d9ba2994fc03149c59ffbdf2879a07b769508bb96da9b5c61R7844…
-
We have some codes to use both absolute imports and relative imports, some use relative imports only.
In general, you will see syntax errors from windows platform. Nice to use absolute imports to…
-
### Expected Behavior
`io.micronaut.data.model.Page` is returned differently when using serde vs jackson
using serde:
`[]`
using jackson:
`{"pageable":{"number":20,"sort":{},"size":100},"tot…
-
When trying to generate Java code using the swagger emitted from [[this tsp](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/schemaregistry/SchemaRegistry/main.tsp)], we run into…
-
## Description
현재 검색 시 id desc로 리턴 됩니다. 가나다 순으로 리턴되는게 직관적일 거 같습니다.
## Tasks
- [ ] 정렬 변경
-
The test suite fails catastrophically. When I run `perl -Ilib t/collections/basic.t`, Perl reports
```
Due to method name conflicts in roles 'Moose::Meta::Role::__ANON__::SERIAL::15' and 'Stick::Rol…
-
**Reproducible:** always
**Build found:** 21.09.2023
**Preconditions**
User is logged in, token is got.
**Steps to reproduce**
1. Open [Swagger friend-controller](https://greencity.greencity.…
-
Related to HubSpot/Singularity/pull/1706
In the above PR, the front-end is making two API requests to manually check if there exists at least 1 more item after the page, then it requests the items …