Binij Shrestha
Results
2
comments of
Binij Shrestha
``` // ActivityController.ts ... @Get("/activities") public async getPaginated( @CurrentUser({ required: true }) uid: string, @QueryParams() query: ActivityParams ... // ActivityModel.ts export class ActivityParams{ @IsPositive() limit:number; @IsPositive() startAt:number } ``` I...
Working just fine (without changing anything) with python 3.11.4 on M1 Pro 2020 (macOS 15.0.1).