jdolle

Results 33 comments of jdolle

Something that may be worth considering during this refactor is multiple schemas in a single codebase. This is a requirement for my services because, for our application, there is a...

This is important to my org as well. It creates a lot of friction for our devs to log in and form the headers themselves, and then refresh the credentials...

I'd like to have a username and password input appear in the lab when this feature is enabled. We need a way for our developers to input the auth credentials...

The same is happening to me on node 10. I'm using typescript to generate the sourcemap. Only the first line is correct. If you need more info let me know.

Sorry for the delay in responding -- I am running several linters and have not had issues with any other than tslint. It gives false errors and the error messages...

@Xapphire13 TSLint. It happened again to my coworker so I got screenshots. This is with two panes open. ![broken_multi_pane](https://user-images.githubusercontent.com/1841898/27265299-93e8fb6c-5447-11e7-9cce-246449a9fb91.png) And this is after restarting Atom. ![after_restarting_atom](https://user-images.githubusercontent.com/1841898/27265300-93e970e2-5447-11e7-8d17-ff1eca8210b6.png)

@Xapphire13 I cannot reproduce it consistently. And I also get similar incorrect errors sometimes from Atom-Typescript so it may be an issue with the linter UI. The inconsistency makes it...

This looks like a duplicate of https://github.com/n1ru4l/envelop/issues/1771

I'm encountering this issue for our graphql subscriptions. It seems `onExecute` isnt called when executing a graphql subscription, but the `onResolve` function is still being called for the subscription field....

I'm also not 100% sure if `PersistedQueryNotSupported` is the best solution, but I can provide some context on why that's what I opted to do and why I recommended the...