Daniel Gibbs
Daniel Gibbs
Hi @ercgrat, thanks for your reply. I've removed `role="tooltip"` (I think it was needed using Mantine v4) but this wasn't the issue as `findByRole` didn't return any elements at all....
I would also be very interested in this as adding either `aws-appsync` or just `aws-appsync-auth-link` to my project at least doubles the bundle size.
I managed to resolve all the errors I was getting by putting this into `setupTests.js`: ``` Range.prototype.getBoundingClientRect = () => ({ bottom: 0, height: 0, left: 0, right: 0, top:...
Another solution is to override the `Link.sanitize` function as done here: https://github.com/quilljs/quill/issues/3188#issuecomment-703060216
Just a note that when dragging `DiffMatchPatch.framework` into the DevUtils Xcode project, it only worked for me when I checked "Copy items if needed".
I've fixed these errors in https://github.com/jinmel/pintos_mac/pull/1.
This has been fixed in https://github.com/jinmel/pintos_mac/pull/1.
I had the same issue as @ouceduxzk on Yosemite and managed to work around it by using a different fork of `homebrew-gcc_cross_compilers`. This fork also requires `gcc49` from `homebrew/versions`. ```...
I've fixed the "undefined reference" errors (@guodongx, @jinmel) in https://github.com/jinmel/pintos_mac/pull/1, meaning that all the projects now build successfully on OS X Yosemite.
I'm using Paw 3.1.8 from Setapp as well and experiencing the same issue. Is there an easy way to downgrade using Setapp?