Keith Gillette
Keith Gillette
Despite including some fixes for incorrectly returning partial data, this issue persists in `@apollo/[email protected]`. Again, any help in further troubleshooting appreciated, @hwillson. [I have isolated the code change that generated...
While the underlying issue is still present as evidenced by console errors, reliability of data availability for components does appear improved in release 3.7.11. Any updates on your pending fix,...
We are using Typegoose with `import 'core-js/features/reflect';` from `[email protected]` without issue.
No, @hasezoey, I did not realize that `reflect-metadata` was loaded directly by Typegoose. Other dependencies I've used calling the Reflect API have required that a Reflect shim be loaded in...
We are experiencing the same issue with versions greater than 16.1.4 and find that it is not fixed in today's release of 16.3.1. A second file change made during the...
Any updates for Quill 2? @samypr100 work-around was effective for lazy-loading Highlight.JS in Quill 1. Is something similar possible in Quill 2?
Thank you for the pointer, @luin. I'm using Quill 2 in an Angular 2 project through the `ngx-quill` wrapper and there was a typings mismatch in that latter package that...
Relatedly, I tried to use the [TypeScript 2.9](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-9.html) `"resolveJsonModule": true` compiler option and got the following error since [this package is still based on TypeScript 2.8.3](https://github.com/barbatus/typescript#typescript-compiler-for-meteor). ``` => Errors prevented...
Thanks, @yorrd! In looking elsewhere, I stumbled across your fork and tried it. However, I could not get that package to work without [manual work-arounds](https://github.com/Adornis/typescript/issues/8#issuecomment-476818706).
I am having the same issue. As pointed out in [this StackOverflow thread](https://stackoverflow.com/a/27473301/7443584), the issue may be that the Signed URL for a `GET` request is different from the Signed...