This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { z, ZodTypeAny, ZodUnion } from 'zod' | |
/** | |
* Zod helper for parsing arrays and ignore items not specified in the schema | |
* | |
* @param zodUnion - union of known types | |
* | |
* @example | |
* const binaryArraySchema = arrayIgnoreUnknown(z.union([z.literal('0'), z.literal('1')])) | |
* type BinaryArray = z.TypeOf<typeof binaryArraySchema> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const gameMachine = Machine( | |
{ | |
strict: true, | |
id: 'game', | |
context: { | |
currentPlayerId: '', | |
players: [], | |
stack: [], | |
order: [], | |
gamePlayed: null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<urlset> | |
<url> | |
<loc>https://gumbauern-alpakas.de/alpakawanderung/</loc> | |
</url> | |
<url> | |
<loc>https://gumbauern-alpakas.de/datenschutz/</loc> | |
</url> | |
<url> | |
<loc>https://gumbauern-alpakas.de/impressum/</loc> | |
</url> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Ansi 7 Color" : { | |
"Green Component" : 0.73333334922790527, | |
"Red Component" : 0.73333334922790527, | |
"Blue Component" : 0.73333334922790527 | |
}, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { |