Kasey Culmback

Results 9 comments of Kasey Culmback

We are having this issue as well. Installing `react-charts` from the commit (9c21df7) did not seem to help our issue. In the above image, you can see that the right-most...

We are running into the same error all of a sudden trying to deploy our sst app using `sst deploy` command. Specifically any resource of type `AWS::SNS::Topic` is failing to...

Our deployments are back to working today; must have been an AWS issue?

The patches suggested by @beebls is working great for us currently and the shadows now look a lot more consistent across Android and iOS. Would love to see this incorporated...

> It appears that the OS screen rotation animation is performed after `OrientationManager.onDeviceOrientationChanged` fires. The following patch solved the problem for the time being. > > ``` > diff --git...

I'm running into this issue as well. When the app state changes to `background` while recording, I get the `ERROR [capture/unknown: Frame arrived, but AssetWriter status is failed!]` when opening...

@creitz switching the check to `appState !== 'active'` was the secret sauce that did the trick! Thank you for the suggestion.

> This only happens to me when I use classes I haven't used before. So I suppose it has something to do with the css generation. I have the same...