Jim Isaacs

Results 19 issues of Jim Isaacs

## Bug report In the new Apollo codegen, it seems that although graphql allows fragment names to match typenames, Apollo codegen doesn't with the new generated types that match the...

codegen

## Feature request It would be great to be able to pass more arbitrary things to our networkTransport, and maybe even store object, via the client request call sites. Maybe...

networking-stack

Not sure, but this doesn't look good? ```sh ❯ deno run -A -r https://fresh.deno.dev my-project Download https://fresh.deno.dev/ Download https://deno.land/x/[email protected]/init.ts Download https://deno.land/x/[email protected]/src/dev/deps.ts Download https://deno.land/x/[email protected]/src/dev/error.ts Download https://deno.land/x/[email protected]/src/dev/mod.ts Download https://deno.land/[email protected]/flags/mod.ts Download https://deno.land/[email protected]/fs/walk.ts Download...

I was trying out fresh, moving from a simple Oak implementation where I had the whole development story done, testing, deployment, etc.. I love the design of fresh, except when...

### Summary Apologies if this was addressed somehow but I can't seem to find an issue. It was most likely something raised off GitHub, not something addressed that I can...

bug
codegen

### Question Hello, we're looking for some guidance on how to achieve shared fragments. Taking this as an example, there's 3 packages that all contain operations. They use the same...

question

### Use case Currently we need to use `warningsOnDeprecatedUsage: .exclude` so we may keep `SWIFT_TREAT_WARNINGS_AS_ERRORS ` enabled in our app, because it's a rather unreasonable ask to have someone drop...

feature
codegen

This doesn't seem right.

The following changes are to support the need to hook up data residing in separate stores into the life-cycle of the data in ApolloStore. This PR represents 1 of 2...