Martin Hochel

Results 200 comments of Martin Hochel

although not related to this issue, I agree that having option to not render into shadow root and still get projection capabilities via `` would be a killer feature (...

That was quick! Arigatou gozaimasu ! 🍻

unfortunately it doesn't work. pls reopen tsconfig.json ```json { "extends": "./tsconfig.base.json", "compilerOptions": { "declaration": true, "declarationDir": "typings" } } ``` Error: ```sh tsfmt --verify Error: [object Object] at makeFormatCodeOptions (/Users/hotell/Devel/github/Hotell/typescript-lib-starter/node_modules/typescript-formatter/lib/provider/tsconfigjson.ts:38:15)...

still doesn't work. Although I managed to make it work with slightly different config. ### This doesn't work: tsconfig.base.json ```json { "compilerOptions": { "moduleResolution": "node", "module": "commonjs", "target": "es5", "lib":...

now it's using yarn 1.1.0 but latest builds failed. any idea why? ![image](https://user-images.githubusercontent.com/1223799/32338015-e0b754a8-bff3-11e7-88e9-3dfef1438ef2.png)

thanks for the issue description and repro. I was looking at `Callout` docs and based on those one should use `finalHeight` prop if your callout contains dynamic content. But it...

adding @layershifter as we needed to do some API gymnastics to accommodate workspace-tools breaking changes. please see more context in PR description. ty

> ![image](https://user-images.githubusercontent.com/14183168/192517887-812085b1-4df1-4117-891a-8f6461e34be9.png) > > I was surprised that project tests did not throw, but they throw πŸ’₯ It's there: > > https://github.com/microsoft/fluentui/blob/770c5e1841f4f0c976c2d3295667d95e930f7e3b/scripts/projects-test/packPackages.ts#L1-L4 > > > https://github.com/microsoft/fluentui/blob/770c5e1841f4f0c976c2d3295667d95e930f7e3b/scripts/monorepo/getDependencies.js#L2-L5 got rid of those...