Thomas Ramé

Results 137 comments of Thomas Ramé

At the end I noticed it's also true for a basic `storybook build` without Chromatic. It was a bit of pain because even by adding an additional copy to `CopyWebpackPlugin`...

Wrapping in a decorator your story using `useDarkMode()` seems the right thing to do. But for me, after upgrading to SB7+Next+Webpack my addons channel is no longer working (so no...

Just for people looking for the solution, @glensc made a forked release: https://github.com/glensc/jest-raw-loader Thank you ;) _(still, no reason to blame @keplersj if he has no more time on it)_

I'm also looking for reactivity on parameters change over subscriptions. Or a way to have some control over it, like a `.stop()` so I could try to hack a bit....

I found a way to use my custom style with `next/image` while being a minimal workaround: https://github.com/vercel/next.js/issues/61388#issuecomment-1988278891

Yeah, I started to make a reusable component at start, but at the end I preferred having the little style override. For record: ```tsx // Image.tsx import NextImage, { getImageProps...

@only52607 did you find a solution? I have a graph of 30k nodes to plot 😄

@only52607 I ended doing almost the same thing: 1. I generate a .svg with the executable 2. I open it in Chrome, it's pretty decent and it allows to search...

> You need the next vuetify beta, currently only in nightly. `vuetify/styles/settings` doesn't include components so it won't be applied consistently. @KaelWD on my side it works to change `$body-font-family`...

> There might be a problem if the hostname is under a subdomain, see > > https://github.com/calcom/cal.com/blob/b38807cb0f9cc024f4b614d1cb631245bb95117e/packages/features/ee/organizations/lib/orgDomains.ts#L38 > > subdomain will never match here becuase of the dot You are...