-
Due to the incremental assignments of site IDs (accessible via `https://privacyscore.org/site/{site ID}/`), it is possible to have a look at all pages scanned before and then get the initial timestamp…
-
Hey! This is Jordan one of the authors of Azle. I'll be doing a code review, take it for what it's worth.
- In the package.json file, I don't see why `azle` should be a devDependency. It's absolute…
-
i have a dto
`import { IsUUID } from 'class-validator';
export class idDto {
@IsUUID()
id: string;
}`
a controller ` @Get(USER_REQUEST_MAPPING.GET_USER_BY_ID)
getUserById(@Param('id', …
-
The Cognito documentation is frustratingly lacking, but I think `getUser` and `adminGetUser` return the internal Cognito username (`sub` - a UUIDv4) rather than the username the user logs in with.
…
-
Could you provide the rest api spec?
I mean only the expected request and response
Thanks
-
## Problem to Solve
UUIDv4 generation is quite costly, and generating a new one for each query in rapid succession (during e.g. data ingestion) can make it a bottleneck.
## Proposed Solution
…
-
-
According to the spec, the typeid `00000000000000000000000000` should become an all-zero uuid:
>Implementations SHOULD allow encoding/decoding of other UUID variants when the bits are provided by e…
-
### What is the feature you are proposing?
[#2508](https://github.com/honojs/hono/issues/2508)
### Feature/Rationale
`hono/jsx/dom` in many cases now allows for interoperation with React UI lib…
-
I don't see any ID property on the User class but is there a way to retrieve this somewhere, or is there an equivalent/proxy for this?