Martin Hochel

Results 128 comments of Martin Hochel

> One question: will the dropdown include options for issues that don't directly relate to a component? (e.g. an issue with slots in general, or a problem integrating into their...

I was looking at the source and this following style declaration is the culprit https://github.com/microsoft/fluentui/blob/master/packages/react/src/components/CalendarDayGrid/CalendarDayGrid.styles.ts#L115-L119 When turning that background declaration off it works as customer expects. ![Image](https://user-images.githubusercontent.com/1223799/190174738-7a731fa1-ecd3-4d3d-b583-7e4c6255463a.png) Thing I don't...

55kB of JS... wow. good call

> IMO versioning will not solve this problem. We should figure out a way to ensure that our singletons are interoperable even when there are multiple of them. I don't...

> FYI: there is https://github.com/trivago/prettier-plugin-sort-imports interesting, this is already implemented and can be used by on demand eslint config https://github.com/microsoft/fluentui/blob/master/packages/eslint-plugin/src/configs/imports.js

dat pipeline is paaaaassing 🤝😍

> I don't think this is the same actually, we still don't really know how we are going to do our first breaking change IMO this issue should be named...

> DO NOT MERGE shouldn't this be a draft PR ?

> if we modify the `manager-head.html` page like [here](https://github.com/storybookjs/storybook/issues/812#issuecomment-316642172) does that mean all pages will have that title or are they still overriden when the user navigates ? it's about...