Marcos Dias

Results 5 comments of Marcos Dias

It works with my union types but not with the ones made with `keyof typeof`: ```ts // This works export type TextTypesProps = 'h1' | 'h2' | 'h3'; // This...

Hi everybody. Let me explain you guys our situation here: I'm teaching programming for people aged from 13 years old in a small town where almost nobody really have basic...

@trollixx docsets provided by MDN (HTML, CSS and JavaScript), PHP docs and Python docs already have multilanguage support. Do you think it's possible for us to start from these?

Thanks @Kapeli and @trollixx . I'll take some time to learn about the docsets generation and look for some friends to help in this project. I'll hopefully get in touch...

I've got the same error message while trying to build an application with `"react": "^17.0.2"` and `"@sentry/react": "^8.13.0"`. Downgrading Sentry to `"@sentry/react": "^7.118.0"` fixed it.