-
## 🍩 Feature Request
#### Is your feature request related to a problem?
Yes. I am using `Union.Strict` to create a safe version of a table insert from a schema where an account must discriminate o…
-
Using Unreal 4.23.1 on a Mac running Mojave, the plugin works in the editor but crashes on launch with the error "Could not find SuperStruct OscReceiverActor to create BP_OSC_C". This error seems to b…
-
Hey
I checked the docs, but didn't find any info if this library is supposed to be used only to validate **types** of data or it can be used for other validations.
For example, I can check if va…
-
I recently ran the example tictactoe program on the solana net docker image provided.
But it crashes when it starts looking for players in the network.
The BPF program loads successfully and ret…
-
Hi! Let's say I have simple example like this:
`y` type is depending on `x` field value, while `x` field has its own validation. How can i access current field values in runtime, to check dependent f…
-
Unexpected token: name (StructError) [./node_modules/superstruct/lib/index.es.js:7,0][index.ef29450fbb2e4dc5d2e2.js:147554,6]
-
I think the example code in [API Reference#Custom Types](https://github.com/ianstormtaylor/superstruct/blob/master/docs/reference.md#custom-types) have a clerical mistake
```javascript
const User …
-
Hello, I have a following script to showcase something I observed. If I have a list of union in my struct, and if one the of members didn't match a union, the `path` / `value` points to the actual mis…
-
If this is supported already please close this not after having provided us an example please :)
E.g.
[
{
"id": "userAdmin",
"permittedActions": [
{
"productId": "userAdmin",
"actionId": "ma…
-
When trying to use partial there is always an error:
```_iterator[Symbol.iterator] is not a function```