-
Hi,
I' ve got a project which uses Boost.UUID and function_types.
When compiling for Windows-x86 I define BOOST_FT_AUTODETECT_CALLING_CONVENTIONS before including
thereafter I include
but…
-
Minimal reproduction:
`schema.prisma`
```
generator client {
provider = "prisma-client-js"
}
generator zod {
provider = "zod-prisma-types"
}
datasource db {
provider = "postgresq…
-
webdriverio % npm run test-PREMACGCSYSAD
> webdriveriomochaframework@1.0.0 test-PREMACGCSYSAD
> npm run pretest && npm run remove-allure-results-folder && ENV=PreRequisite_SysAd_Mac_Eng_GC wdio sr…
-
The generation of a URI/UUID will be the same if a variable is being used.
Practically this means that if we want to generate a UUID for input A, then the same UUID should be generated if for the sam…
ymark updated
8 years ago
-
When you specify the device with `UUID=...`, the `unlock-bcachefs-` service [attempts to wait on a device](https://github.com/NixOS/nixpkgs/blob/6e5c9a8064826812096631ff364eb3622fa7efa6/nixos/modules/…
-
The current way AdaID does randomness is messy.
It's - we have better ways for handling RNG in software.
I'd like to make the interface for Random UUIDs more flexible. This could include an int…
-
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hello,
I'm trying to use your module to progamaticly generate JSON Schema from my defined types. Most of my custom types extends from packages types, such as Prisma. I don't have a lot of types, fo…
-
During the discussions for #319 I had thrown out the idea of application provided id generators. While an application can always simply assign an id value to any new entity it constructs, there could …