Matheus

Results 21 comments of Matheus

I think you just need to add `.optional()` to your `additional_questions` field, like the following. ```ts const formSchema = z.object({ email: z.string().email("E-mail inválido"), names: z.string().min(1, "Campo obrigatório"), surnames: z.string().min(1, "Campo...

Yeah i think this should be a thing that can be customized in a global space. For example, i have the use case where we have our own custom icons...

I would maybe agree here, I first thought that it could be because GitLab spelled there name "Gitlab", in which case it makes sense to as it is now, but...

For context, i am using a MacBook Pro, M2. On Google chrome

Prime is becoming a cobalt dev, rust was just too easy

Great, thanks 🙌 PS: Really love the website, its stunning!

I had the same issue, downgrading from `0.3.0` to `0.2.1` fixed it for me 🙏

Still feel like the headers should be linkable IMO, also, would be fairly easy to add no? I could make a quick PR for it

Maybe im misunderstanding the question, but if you want to change the height and width using tailwind, there are many ways of doing so. ```tsx import { Camera } from...

If this is deemed an issue, i could make a PR for a fix 🙏