ciscoheat
Explore posts from serversAarktype
•Created by ciscoheat on 3/8/2025 in #questions
Get keys of object type
That's some very cool introspection
29 replies
Aarktype
•Created by ciscoheat on 3/8/2025 in #questions
Get keys of object type
That would be nice, then I can determine if it's a primitive js type
29 replies
Aarktype
•Created by ciscoheat on 3/8/2025 in #questions
Get keys of object type
It works for me as well like that, but in value.expression it's
Out<unknown>
29 replies
Aarktype
•Created by ciscoheat on 3/8/2025 in #questions
Get keys of object type
Thanks for helping out on a saturday ☺️
29 replies
Aarktype
•Created by ciscoheat on 3/8/2025 in #questions
Get keys of object type
Just found a thing, I have a "nullNumber" validator:
But when I look at value.expression for that, it looks like:
'(In: number) => Out<unknown>'
So I assume you cannot easily infer the type (at least not in the expression?) for pipe? If I use infer on the schema, I see that it's null | number
at least.29 replies
Aarktype
•Created by ciscoheat on 3/8/2025 in #questions
Get keys of object type
I'll take a look at that, thanks!
29 replies
Aarktype
•Created by ciscoheat on 3/8/2025 in #questions
Get keys of object type
props
looks very good, I have a rather simple, non-nested object type so I'm looking for how to map the property types to a few of the primitive javascript types (string, number, boolean)29 replies
DTDrizzle Team
•Created by ciscoheat on 2/8/2025 in #help
Is it possible to seed nested referenced entities?
I see that all tables are automatically seeded and references, even those not mentioned in the refine callback.
2 replies
Aarktype
•Created by ciscoheat on 2/2/2025 in #questions
Validate Record values with morphs
I'm gonna put Arktype to good use in an upcoming large project
9 replies
Aarktype
•Created by ciscoheat on 2/2/2025 in #questions
Validate Record values with morphs
Again, it's just amazing how flexible and convenient you've made this
9 replies
Aarktype
•Created by ciscoheat on 2/2/2025 in #questions
Validate Record values with morphs
Ah, that's nice, I knew it was possible, just didn't know the syntax. 🙂
9 replies
Aarktype
•Created by ciscoheat on 2/1/2025 in #questions
Testing a type in pipe
Ok, looks very nice!
8 replies
Aarktype
•Created by ciscoheat on 2/1/2025 in #questions
Testing a type in pipe
But can it be improved with morphs?
8 replies
Aarktype
•Created by ciscoheat on 2/1/2025 in #questions
Testing a type in pipe
Here's the simple solution:
8 replies
Aarktype
•Created by francis on 11/14/2024 in #questions
Is there a way to set a default value that is not valid?
Gotta take some rest now, nice chatting
166 replies
Aarktype
•Created by francis on 11/14/2024 in #questions
Is there a way to set a default value that is not valid?
I'm stumped
166 replies
Aarktype
•Created by francis on 11/14/2024 in #questions
Is there a way to set a default value that is not valid?
Subclassing in typescript compiles to something messy?
166 replies
Aarktype
•Created by francis on 11/14/2024 in #questions
Is there a way to set a default value that is not valid?
And arrays are "objects"
166 replies
Aarktype
•Created by francis on 11/14/2024 in #questions
Is there a way to set a default value that is not valid?
Maybe because the prototype of freeze is on Object
166 replies
Aarktype
•Created by francis on 11/14/2024 in #questions
Is there a way to set a default value that is not valid?
Yes, I didn't know that
166 replies