Martijn Saly

Results 219 issues of Martijn Saly

I thought since this is an AI tool, I can safely trust the I in AI 😀 ![image](https://user-images.githubusercontent.com/152227/234044599-eee8043a-bd48-47a6-befb-a8d08e7ecfdf.png) 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...

accessibility
component: breadcrumbs
status: needs triage

### 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...

component: accordion
enhancement
customization: css

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...

Question

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: ![image](https://user-images.githubusercontent.com/152227/208513025-10926639-1a93-4e82-912d-1e06b9f09c3f.png) Compare title bar font with the rest of the application. Title looks normal/crisp...

enhancement

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...

kind: bug
owned-by: turborepo

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...