grandpaK420
grandpaK420
Explore posts from servers
TTCTheo's Typesafe Cult
Created by grandpaK420 on 7/19/2023 in #questions
ZOD
@sturlen userCore is just the email and name that were mentioned above. Here is the code:
const userCore = {
email: z
.string({
required_error: "Email is required",
invalid_type_error: "Email must be a string",
})
.email(),
name: z.string({
required_error: "Name is required",
invalid_type_error: "Name must be a string",
}),
};
const userCore = {
email: z
.string({
required_error: "Email is required",
invalid_type_error: "Email must be a string",
})
.email(),
name: z.string({
required_error: "Name is required",
invalid_type_error: "Name must be a string",
}),
};
4 replies
TTCTheo's Typesafe Cult
Created by grandpaK420 on 11/27/2022 in #questions
Two Columns Grid Design
I had to add margin to every div on the 2nd column @Barış-Pal doesn't work for only the first child! Thank you for the solution
21 replies
TTCTheo's Typesafe Cult
Created by grandpaK420 on 11/27/2022 in #questions
Two Columns Grid Design
yes I understand, thank you @needmorewood and @Barış-Pal !
21 replies
TTCTheo's Typesafe Cult
Created by grandpaK420 on 11/27/2022 in #questions
Two Columns Grid Design
I'll see if it's doable
21 replies
TTCTheo's Typesafe Cult
Created by grandpaK420 on 11/27/2022 in #questions
Two Columns Grid Design
column-gap is adding to both columns
21 replies
TTCTheo's Typesafe Cult
Created by grandpaK420 on 11/27/2022 in #questions
Two Columns Grid Design
there is a little offset
21 replies
TTCTheo's Typesafe Cult
Created by grandpaK420 on 11/27/2022 in #questions
Two Columns Grid Design
yes I already did that but I don't want the divs inside the 2 columns to be right next to each other
21 replies