Benjamin Kindle

Results 76 comments of Benjamin Kindle

I think [this discussion](https://github.com/storybookjs/storybook/discussions/24789) is related. A repro was linked in the comments there. I'm also seeing this in my Qwik framework plugin repo whenever I update past 7.5.0. [Here's...

I can confirm making sure deps are in sync fixed it. Thank you!

Should developers be encouraged to set background colors of a theme? Or do we just want documentation on using the background color from a theme? put differently: Do we want...

@fabienbranchel If you want to set the background colors, you likely want to customize the entire background and foreground palette by emulating the [mat-light-theme](https://github.com/angular/material2/blob/3352201eabcf66c23e6c2297b800828003eaf0fc/src/lib/core/theming/_theming.scss#L62) or mat-dark-theme functions with your own...

@ktsangop I think you're missing this: > Finally, if your app's content is not placed inside of a mat-sidenav-container element, you need to add the mat-app-background class to your wrapper...

@intellix > To be honest whilst reading into all of the helpers the `mat-light-theme()` and `mat-dark-theme()` functions add an extra layer of complexity that doesn't add anything IMO Are you...

May I suggest renaming the issue to something like "allow including style scope when passing class to child component"? (since the original name is misleading because components don't have host...

> My challenge was bootstrapping the client-only render. The script Misko gave me way back stopped working. I believe this was the QwikLoader, which can be imported as a string...

I think this is a duplicate of https://github.com/BuilderIO/qwik/issues/1710

I made a [`storybook-framework-qwik` library](https://github.com/literalpie/storybook-framework-qwik) and released a `0.0.1` version mostly based on the changes here. I think having a framework package will be beneficial so improvements can be made...