Martijn Saly
Martijn Saly
I thought since this is an AI tool, I can safely trust the I in AI 😀  How wrong I was. This tool doesn't know what the other popular...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 I would like to be able...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 I'd like a prop to disable...
I'd like to excludes packages (whether from `@types` or not) from intellisense. Use-case: in a Next.js project, you'll have typings for Node.js. And then even when you're not in server...
So these two commands will work as intended: ``` npx import-size --report powerbi-client npx import-size --report highcharts ``` I've tried a few other packages and they all work fine. But...
It appears normal on my secondary regular-DPI screen, but appears zoomed in on my 4K screen:  Compare title bar font with the rest of the application. Title looks normal/crisp...
Consider this React component called in a Vue template: ```html ``` Couldn't be simpler. But it passes `children` which aren't there at all. Using [forbidExtraProps from airbnb-prop-types](https://github.com/airbnb/prop-types) it fails prop-type...
Why is this being done? In Vue: ```html Hello from Vue ``` In React: ```tsx interface Props { foo: string; } const HelloFromReact = (props: Props) => { console.log(props); //
### What version of Turborepo are you using? 1.7.4 ### What package manager are you using / does the bug impact? npm ### What operating system are you using? Windows...
Can we please have a getting started guide? I feel the documentation is missing this. There is a page that lists the commands you can use to install, and after...