-
### Describe the bug
Repo is at the latest, but since a few hours now, ooba produces no response anymore. Many models I have and that worked previously don't work anymore. And those few that work g…
-
After the 0.31.9 release, creating an Enum model using a single-item enum emits type `never`
This is possibly related to this change https://github.com/sinclairzx81/typebox/commit/2b83dc6ad26bd20e3…
-
https://worldofspectrum.net/pub/sinclair/games/p/PawnThe.tzx.zip
pawn-the-128k.z80
--tape-name "The Pawn.tzx"
--tape-sum 67dfbd6466335c61534289a8767ae68f
--start 25556
--sim-load-config machine=1…
-
https://codesandbox.io/p/sandbox/stoic-river-hl2ps9
example from [npmjs](https://www.npmjs.com/package/@sinclair/typebox#:~:text=function%20StringEnum%3CT%20extends%20string%5B%5D%3E(values%3A%20%5…
-
I'm attempting to write a typed router and I'm stuck on what I think is a TypeBox issue or a fundamental quirk of TypeScript. I've spent a few hours trying to solve it myself but cannot figure out whe…
-
When using NewPipe and i try to perform a search, the selected dictionary is not available.
![newpipe](https://github.com/sspanak/tt9/assets/14912461/9a58f623-66a9-4302-aae1-c57f6a5035ec)
I don'…
-
# **Description**
**Task:** [Tower pop-up inplementation](#3).
**Feature:** [Tower feature ticket](#5)
The task involves implementing the ways the player can interact with towers once they have b…
-
I have the following type:
```
const TestType = Type.Object({
field1: Type.Array(Type.String()),
field2: Type.Optional(Type.Boolean(),
field3: Type.Enum(EnumValue),
recursiveField: Typ…
-
# **Description**
During this sprint, our primary objective will be enhancing the in-game user interface (UI) and incorporating new audio elements to enhance the game's overall appeal. The upgraded i…
-
Is it possible for TypeBox to infer the type of a field based on the current value of a different field?
Basically, I want to do the following:
```ts
enum InternalType {
Number = "number",
…