issues
search
gcanti
/
io-ts
Runtime type system for IO decoding/encoding
https://gcanti.github.io/io-ts/
MIT License
6.71k
stars
329
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Any plans to replace fp-ts with effect?
#718
wshager
opened
1 month ago
0
Why `is` return false but `decode` returns Right ?
#717
PenghaiZhang
closed
2 months ago
1
fix: props and codecs might be undefined
#716
rizbud
opened
3 months ago
0
Semantic release fix public
#715
bg-jasonyuan
closed
4 months ago
0
Is it possible to use it with typescript without `nodenex` config option?
#714
al6x
opened
4 months ago
1
Backport the Typescript 4.8+ fixes to io-ts 2.1.3
#713
psm14
opened
5 months ago
0
With Angular 15.x it's giving following error
#712
learneradarsh
opened
6 months ago
0
Incorrect behaviour when used with browser geolocation coordinates object
#711
dearlordylord
opened
8 months ago
0
Question: Convert a form to a type with different structure
#710
Massolari
opened
9 months ago
0
Records are stripped when encoding with t.record(NumberFromString, xxx)
#709
wolfmcr
opened
10 months ago
2
partially enumerable record missing enumerable keys passes `record.is`, contrary to TypeScript types
#708
tgfisher4
opened
12 months ago
0
support partially enumerable `record`
#707
tgfisher4
opened
12 months ago
0
version 2.2.21
#706
gcanti
closed
12 months ago
0
Handle `record` keys outside `domain`
#705
tgfisher4
closed
12 months ago
2
non-enumerable records with extra keys do not pass `io-ts.record.is`, contrary to TypeScript types
#704
tgfisher4
closed
12 months ago
12
Providing a way to replace the failure implementation
#703
shau-kote
opened
1 year ago
0
t.Int: use Number.isSafeInteger instead of Number.isInteger
#702
lukasz-jagielski-bolt
opened
1 year ago
0
Intersection of Function with Object doesn't validate correctly
#701
niieani
opened
1 year ago
0
Cache all strings
#700
matray
closed
1 year ago
2
switch to definitelytyped/dtslint
#699
gcanti
closed
1 year ago
0
PSA: TS 5.1 can break using this library
#698
alecgibson
closed
1 year ago
1
`t.TypeOf<keyof<o>>` should return a string union type, not a numeric union type.
#697
noshiro-pf
opened
1 year ago
0
Inference error for `toString` property in intersection types with TypeScript 4.9.5
#696
bogdanb
closed
1 year ago
1
update deps
#695
gcanti
closed
1 year ago
0
[Question] Typing a generic mapped union
#694
silasdavis
closed
1 year ago
1
Difficulties with generic serialisable type
#693
silasdavis
closed
1 year ago
2
How to generate documentation for types generated with `t.TypeOf`
#692
ships
opened
1 year ago
1
ReadonlyNonEmptyArray can't be used in a mapped type
#691
matulek
closed
1 year ago
1
Surprising acceptance of various inputs
#690
NicoleRauch
opened
1 year ago
1
Clarification question - how to work with the type of codecs themselves?
#689
ships
closed
1 year ago
1
Subpath imports in ESM mode
#688
stazz
opened
1 year ago
5
reorder documentation to make it more beginner-friendly
#687
phiresky
closed
1 year ago
0
io-ts recursion use issue
#686
t-pyrope
opened
1 year ago
4
Intersection with record whose keys are a custom type
#685
photz
opened
1 year ago
1
Behavior changes and types are incorrect based on `intersection` array order
#684
Ethan826
opened
1 year ago
1
Generic Types with constraint
#683
shawnshaddock
closed
1 year ago
1
feat add optional type
#682
lifeiscontent
opened
1 year ago
1
Added int/uint types
#681
LimitR
opened
1 year ago
1
Incorrect `type` resulting type when contains refinement
#680
JalilArfaoui
closed
1 year ago
3
version 2.2.20
#679
gcanti
closed
1 year ago
0
Cannot generically create type'd union from string literals for an enum
#678
tsheaff
opened
2 years ago
1
Bad decode result when using union and undefined
#677
noshiro-pf
opened
2 years ago
0
make Type, Props etc immutable
#676
adrian-gierakowski
opened
2 years ago
2
[Question] Validate against data from database
#675
maddiehosseini
opened
2 years ago
1
Update Arbitrary.ts partial
#674
MarcMcIntosh
opened
2 years ago
0
[Question] How to implement a codec that works with any array or string codecs?
#673
arthurgubaidullin
opened
2 years ago
0
feat: stringify bigint, addresses issue #648
#672
jonball4
closed
1 year ago
1
feat: Type Errors and Context as NonEmptyArray (#670)
#671
devkat
opened
2 years ago
0
Type Errors and Context as NonEmptyArray
#670
devkat
opened
2 years ago
0
[Question] Can I validate one property value based on the values of other properties?
#669
maddiehosseini
closed
2 years ago
2
Next