-
I may have found a race condition in Graphcache updates for cache updates that are triggered by both a mutation and a subscription. Both are needed for a chat where messages are sent that need to be s…
-
I am consolidating two related bug reports I have created that have gone unresolved. These bugs can be reproduced using the prisma-examples/typescript/script example by running the following command:…
-
ENVIRONMENT
0.1.0
PREPARATION
Created custom models, and ran `yarn rw db save` and `yarn rw db up` -- success. Schema:
model User {
id String @id @default(cuid())
n…
-
Older CUIDs include a 'ref' number, whereas newer ones include the archival object PK. In both cases, the page_id should just be the three or four-digit image sequence number.
Some archival objects…
-
ver 5.17.1
I am having an issue where some DICOM tags generated in the HL7 MWL, such as (0038, 0010), (0040, 1002), (0040, 0006) - that correctly appear inside the MWL record on the dcm4che-arc-lig…
-
I was able to configure and run xteve with the m3u8 playlist and xmltv epg I use in Kodi IPTV simple client and Android Perfect Player.
I can see the mapped channels, epg grid etc. in Plex Live TV, b…
-
Hey everyone 👋
We want to remove one of the remaining big pain points of Introspection:
If you manually adjusted your data model after introspection (to rename fields or models, or add default ID…
do4gr updated
4 years ago
-
Currently we map all fields of type Int @id always to an int column that is backed by a sequence. Currently it is not possible to have an int column as primary key that is not backed by a sequence.
…
-
It doesn't seem to be directly related with yamlinc, but with a dependency of it:
https://www.npmjs.com/package/cuid
As I'm writing this, "Published 8 hours ago".
I use Yamlinc as a dependency fo…
-
Prisma currently always generates globally unique IDs for the elements stored in the database. It would be awesome if I could submit my own ID in a `createX`-mutation: `XCreateInput` for a type `X` sh…