Ben Collins

Results 28 comments of Ben Collins

I don't object to the PR, but I'd think you'd want to rebase before merging

Looks like this is a PowerShell regression in Windows 1809. https://github.com/Microsoft/console/issues/276

@AmrEldib yes, this is on Windows 10

I have this problem in 0.10.13, following the music store tutorial.

Yeah, that's what I found as well. I've been playing around with it in FSI for a while and honestly I'm not sure it's really worth trying to do something...

One approach that would avoid this issue might be to change `Seq.sortByDescending snd` to `Seq.sortByDescending (snd >> Seq.take 3)`

No, I think I was looking for the server implementation. What backend would the apollo-client sample be targeted toward?

Are there any simple server-side samples, or maybe even other projects that consume FSharp.DataGraphQL? I'm trying to build something simple in order to learn the lib, and I'm getting lost...

> Being logged in is not really a state, it's a matter of having the credentials saved locally (to the client). This is a json file that use to can...

``` ubuntu@ip-172-16-7-165 (prod):~$ docker --version Docker version 1.11.1, build 5604cbe ubuntu@ip-172-16-7-165 (prod):~$ ```