SynthLuvr
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Property 'describe' does not exist on type 'instantiateType<inferTupleExpression<...>, {}>'
This works great, except in this situation:
13 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Piping types no longer works
Ok that works. I think it was broken in the past which is why I had to wrap it, but seems to be working now
12 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Property 'describe' does not exist on type 'instantiateType<inferTupleExpression<...>, {}>'
I think updating from
2.0.0-rc.12
to 2.0.0-rc.13
is the real problem here, so maybe I'll stick with the older version for now13 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Property 'describe' does not exist on type 'instantiateType<inferTupleExpression<...>, {}>'
ugh, that creates more problems
13 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Property 'describe' does not exist on type 'instantiateType<inferTupleExpression<...>, {}>'
I really dislike it but the only way I can figure out how to fix the issue is to do this:
13 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Property 'describe' does not exist on type 'instantiateType<inferTupleExpression<...>, {}>'
I'm a bit stuck on this, not sure how to call
describe
without messing up the types13 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Property 'describe' does not exist on type 'instantiateType<inferTupleExpression<...>, {}>'
This is annoying, casting doesn't work because it changes the type definition
13 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Property 'describe' does not exist on type 'instantiateType<inferTupleExpression<...>, {}>'
Casting works
13 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Piping types no longer works
Got it
12 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Piping types no longer works
hmm, not quite
12 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Piping types no longer works
This seems to produce the same behavior I'm accustomed to:
12 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Piping types no longer works
ctx.error(result.summary)
works, but then duplicates the error AggregateError: must be must be "a", "b" or "c" (was "d") (was "d")
12 replies
Aarktype
•Created by SynthLuvr on 9/28/2024 in #questions
Piping types no longer works
Produces:
12 replies
Aarktype
•Created by SynthLuvr on 9/6/2024 in #questions
Type instantiation is excessively deep and possibly infinite
What would be cool is if we could do
type("bigint>0n")
52 replies
Aarktype
•Created by SynthLuvr on 9/6/2024 in #questions
Type instantiation is excessively deep and possibly infinite
I'm pretty sure it worked in the past but I don't know when
52 replies
Aarktype
•Created by SynthLuvr on 9/2/2024 in #questions
Type instantiation is excessively deep and possibly infinite
For my purposes, I was able to create a workaround:
18 replies
Aarktype
•Created by SynthLuvr on 9/2/2024 in #questions
Type instantiation is excessively deep and possibly infinite
18 replies
Aarktype
•Created by SynthLuvr on 9/2/2024 in #questions
Type instantiation is excessively deep and possibly infinite
For example:
18 replies
Aarktype
•Created by SynthLuvr on 9/2/2024 in #questions
Type instantiation is excessively deep and possibly infinite
grr yeah so now I need to know the type ahead of the call so I can set the correct generic
18 replies