Alasdair McLeay

Results 200 comments of Alasdair McLeay

@chrisgoulding unfortunately not! Please post back here if you find something

I'd like to see the option for async configurations. Our use case would be to check if ports are open when settings refs: ```ts config.refs = { "@some/package": { title:...

Confirmed in version 6.5.14, if I start the parent storybook first and then the child I get this error. Starting the child storybook first, followed by the parent, resolves this...

> > Exports are resolved in order, i.e. the first match is used. > > Is there a source/reference for this? > Within the ["exports"](https://nodejs.org/api/packages.html#exports) object, key order is significant....

@ThatsJustCheesy when using your branch with Xcode 11 and Catalina, Xcode crashes if I select 'Open and Upgrade' when trying to open the nib, I've also tried `ibtool decompiled.nib --upgrade...

Has anyone been able to work around this? For us, capturing 17 elements over 3 pages at 4 browser widths takes around 11 minutes.

On closer inspection, vscode's ts server seems to be able to resolve `WebRequest` to src/request.js (via dist/src/lib.node.d.ts, I assume via the source map), whereas Jest (or babel) is complaining, so...

I'm looking 😄 if I can't figure it out soon I may need to look again later in the week. My understanding is Jest is configured to use Babel to...

I haven't completely traced the source of the issue but it seems changing ```json ".": { "browser": "./src/lib.js", "require": "./dist/lib.node.cjs", "import": "./src/lib.node.js", "types": "./dist/src/lib.node.d.ts" }, ``` to ```json ".": {...