Christian Kjær

Results 32 comments of Christian Kjær

So, with just the develop branch, and then running `./run-todomvc-in-ios-sim.sh`, I got, ``` ... building installing Source is: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk cp: missing destination file operand after '/nix/store/s46kdvjik2rp1j44kyjykpdqm4wwvmh0-iOS.sdk/' Try 'cp --help' for...

For what it's worth, the tail of the output using Xcode 8.2 and SDK 10.2, ``` ... checking for egrep... grep -E Configuring NCURSES 5.9 ABI 5 (Sun Mar 4...

It seems `@defer` at least is close to being standardized, with [Apollo Client supporting it from version 3.7](https://www.apollographql.com/docs/react/data/defer/) as well as in their [Apollo Router](https://www.apollographql.com/docs/router/executing-operations/defer-support/) which is written in Rust...

Yeah, it can catch you if you miss it. I'm personally running with ``` set timeoutlen=300 set ttimeoutlen=0 ``` in my project for it :)

@spinks awesome! :) That'll allow me to greatly clean up my overview. I'll keep this open, until your fork (if ever) gets merged though, for visibility.

It seems that this is something HIE will need to support, before we can support it in any of the editor clients. I found https://github.com/alanz/vscode-hie-server/issues/39 in the VS Code issues,...

@timjs it’s not entirely clear to me how HIE needs the configuration passed. If it reads any config files, it’s supported, but if we need to pass it via CLI...

After doing quite a bit of wrangling to get Apollo Router into a state where I can run it in AWS Lambda (https://github.com/codetalkio/apollo-router-lambda), I'm quite curious for alternatives. What has...

Hmm, honestly no idea on atm how to solve this. I can get the following output from HIE `--debug`, ``` 2018-04-02 01:06:31.200618 [ThreadId 7] - got request with id: Just...

Okay, testing in VSCode, applying hints/code actions seem to be broken at the moment :/ I take it this means that the problem lies with HIE itself.