-
I have need to craft queries using unary operators other than Inverse; specifically the + operator.
This need is two fold.
First, using RDFPropertyPathStep, only Inverse is supported.
.AddP…
-
We are building some features on top of Valita and with the .4 release a lot of the public APIs that we depend on are now marked as private. I'm going to outline the things we are using to see if we c…
-
Hi, first of all, thanks for Valibot, looks really cool 🙌
One feature that I was looking for was [Yup's Ensuring a schema matches an existing type](https://github.com/jquense/yup#ensuring-a-schema…
-
I have a composable schema which defines 20-odd schema extensions.
I have two endpoints/servers configured differently (different sets of extensions) via the UI with different machine names and diffe…
-
Hi,
I have a schema like so:
```typescript
const bananaSchema = z.object({
type: z.literal('fruit'),
subType: z.literal('banana'),
value: z.string(),
});
const orangeSchema = z.objec…
-
The API I've been working on has created some custom directives to make development easier, and usage of these relies on the `mapSchema` from `@graphql-tools/utils` to transform the schema.
I do re…
-
@marc-portier will fill in the details here, but he is requesting that the logsheet_schema_extended is tripleised (and perhaps I need to tidy it up first?)
-
As an API user, I'd like to be able to create an actor identity with a given user email, and have this identity match during the actor's first and subsequent sign ins. I'd like this field to show when…
-
When looking for a long-running schema change job right now on the DRT cluster, it took me a while (and a ping from the always helpful @smcvey) to realize that there is more than one filter for schema…
-
Project: Outserv
Branch: Main (since 8d90146d9ecef89c03f4f551c4cf2381273ae630 - fix(Zero): Move Zero within Alpha (#14))
Since moving Zero into Alpha there seems to be an issue when uploading the …