Dan Tonon

Results 25 issues of Dan Tonon

In Microsoft Word, you can define if you wish your table to contain a < thead > and first column < th > tags through this toolbar: ![Image of Word...

enhancement

This is mainly a concern when using superRefine ```js z.object({ one: z.string(), two: z.string() }) .superRefine((value, context) => { if (!value.one && !value.two) { context.addIssue({ code: ZodIssueCode.invalid_string, message: 'Need to...

I'm not sure how necessary a dedicated CSS package manager is when we have npm, Sass `@use` and ES6 import syntax. The primary focus of npm is JS but you...

The proposal currently only covers extremely basic types. What about things like TypeScript generics and utility types? For the proposal to be worthwhile, developers need it to be just as...

The error message is visible in the [code sandbox demo](https://codesandbox.io/p/sandbox/material-ui-nested-menu-item-example-b25j6?file=%2Fsrc%2FApp.tsx%3A40%2C9-40%2C70) ![demo screenshot](https://github.com/user-attachments/assets/3ae93d7b-f65d-4e6f-99ec-0ea3bfb6726d)