Charles Chen

Results 45 comments of Charles Chen

@nrankovic what's interesting to me is that it seemed to work fine on the quasar.dev page. Can also confirm that this is now working as expected in the latest macOS...

It seems that without some sort of local emulation, it's difficult to test the actual behavior of the application as a whole. For example, a complex application with SNS/SQS publishing...

@dannyrandall iteration time is really key, IMO. I am already using LocalStack for emulation of SQS/SNS; but that's really only just one part of the picture; bigger part is integration...

I am encountering a similar issue. This also occurs when trying to provision the sample database from the emulator web interface: ![image](https://user-images.githubusercontent.com/779970/117037364-6441a500-acd4-11eb-8079-747fc7a44563.png) The same error listed by @v-xinda occurs in...

@mohamadkhalil88 You can fix this problem by adding the `@types/offscreencanvas` package: ``` yarn add --dev @types/offscreencanvas ```

@a3y3 agreed; since it works, it seems like the team should just formalize it.

@mdddev I used @marcin-dardzinski 's workaround as described above in this discussion.

@mdddev one can dream!

Would also like to see this more elegantly integrated into the main login buttons rather than injected into the header/footer.

@anonimitoraf Appreciate the update and confirmation of the workaround!