Aaron McAdam

Results 39 comments of Aaron McAdam

I just came across this, it might help? https://github.com/tekezo/Karabiner

I found that removing `set cursorline` stopped the exception raising.

> Found the issue. > > In order to do this, `if (!result.success)`, strictNullChecks must be set to true. > > Alternatively, you can do this: `if (result.success === false)`...

Adding `includeStories: []` for me means that no stories are being rendered.

@japrescott That's a shame. I'd rather not have to revert to the old story format because I find CSF so much easier to use.

@japrescott I've reopened the issue, so hopefully, somebody more familiar with `source-loader` can pick this up.

I'm using beta.29 and I have defined all of my components before referencing them: ```ts /* eslint-disable import/no-default-export */ import { CSSReset, ThemeProvider } from '@chakra-ui/core'; import React from 'react';...

@glawson I am building the app in a GitHub action, so I think a fresh electron should be getting installed each time.

Hi @glawson, thanks for the article. I've tried adding `com.apple.security.inherit` to the child entitlements, as mentioned in the article, but it didn't help. I'll keep tinkering while you have a...

@glawson No, I wasn't. Any tools I found for verifying that the app was signed correctly said it was fine. There's nothing I could do to debug the problem, so...