Mark Statkus

Results 17 comments of Mark Statkus

![image](https://github.com/twbs/bootstrap/assets/94954/dd4458a9-82b7-411b-99c5-50a19dd30146) vs ![image](https://github.com/twbs/bootstrap/assets/94954/776cfb3b-4bdc-4b70-8bf3-b1485e23b952)

Notice it also responds similarly with ``

Mine is bound - public.xml -> /Users/mark/Library/QuickLook/QLColorCode.qlgenerator (4.1.0) Yet when I quick look xml it doesn't work. XSD does work. I'm not a `~/Library/QuickLook/QLColorCode.qlgenerator/Contents/Info.plist` whisperer though I don't know how...

So I was in a similar boat. Spot check the size of your file matches what your uploading. Its possible you may have a byte diff?

Believe I found a old project which uses: "@aws-amplify/api-graphql": "^2.3.6", "@aws-amplify/auth": "^4.5.6", "@aws-amplify/core": "^4.5.6", "zen-observable-ts": "0.8.19",

Ok so rolling back zen-observable-ts fixed graphql. ```shell "@aws-amplify/storage": "^5.0.1",

Comment: So going thru this on a new package the modular @aws-amplify/* don't get added to package.json. And pulling down latest zen-observable-ts seems to break current version of graphql. In...