Henric Persson
Henric Persson
Hi π! As of right now, we only integrate directly with github. I would love to work with you to add gitlab support however! Itβs been asked for a couple...
Hi @mat-sf! Can you send me the id/name of your account in an email to [email protected]? I'll have a look at this during the day.
We're continuing this in an email thread, but here's some context: - This is a Storybook integration - One of the stories is taking a long time rendering in Safari...
Thanks @benbayard! > This can be fixed in babel@7 with the typescript babel plugin. I don't have much experience with typescript and its toolchain. Would your project build correctly with...
Happo works with babel 7 as well, in fact it's what I use internally in other (private) happo repositories. For instance, here's one place where we try loading a new...
Btw, do you currently have a workaround for the dynamic import issue? Are you disabling certain happo test files because of it? I'm asking to figure out if this is...
Hi @JonahMoses π The `tmpdir` option isn't used (IIRC) when using the storybook plugin. This isn't supported right now, but it wouldn't take much to add an option to the...
It looks like the `stats` option has no effect when using directly in Node.js (which is what we do under the hood): > This option does not have any effect...
@monokrome They definitely are. Getting `happo dev` to work for storybook integrations is a little more tricky though because of how the integration is set up. Basically happo delegates preparing...
I've had an initial look at the outlined dev experience (button in the Storybook UI) and these are some thoughts and challenges: - In Storybook dev mode ([`start-storybook`](https://storybook.js.org/docs/react/api/cli-options#start-storybook)), there's no...