Keith Gillette

Results 90 comments of Keith Gillette

Thanks for the fast reply, @MichalLytek. It looks like the second test is triggering the failure with `core-js`, as if I add the following to our `main.ts` entry point: ```typescript...

I don’t know enough about TypeScript internals to say but it does seem to be the case. However, the code snippet you quote includes a fall-back if the test for...

Yes, having a runtime check to produce a friendly error message makes sense. I think that removing the check for `Reflect.decorate` would allow using any polyfill that only implements the...

I may have a naive understanding, but I like this approach to cache updates a lot, @stalniy. Are you willing to share your monkey patch or publish it as an...

In attempting to work-around some query update issues in our Angular project, I hacked together a similar [monkey patch of Apollo-Angular](https://gist.github.com/KeithGillette/0dfe7f8008e8854aa455adfe7d78c3af) based directly on @stalniy's ApolloClient Vue example. Doing so...

When I first read about local resolvers, I thought they would work like server resolvers and always be called. In our `apollo-angular` project, we could definitely use that functionality to...

Hi @privateOmega. I took a deeper look to investigate raising a PR and see unit conversion functions, but not a central unit detector function to call them and return a...

I believe this issue is not limited to `p` tags. Images also do not render when nested at some level inside most tags other than `div`, `th`, or `td`. In...

I've spent a few hours poking around and I think the issue is that the xml-builder only checks for `buildImage` when processing select elements like divs and tables but not...

@xxxtonixxx — I made a brief attempt to diagnose & resolve this issue to offer a PR, but can't get the `build` script to run. The project doesn't seem to...