Victor Borja
Victor Borja
@bjunc Yes, as noted by @arjan, APW is just a complete alternative to `subscriptions-transport-ws`, in your code you should use APW's own networkInterface and give it to your ApolloClient upon...
@bjunc dont think it's something related to #14 will have to fix that anyways, I'm just too far from the computer these days :) So, sorry for not responding as...
@bjunc Oh so, the interface has changed for apollo 2.0. It would be nice to state in the README the last apollo version people has been able to get APW...
Oh right, thanks for reporting this, are you interested in sending an small PR ?
Not sure how you could use that given that apollo lets you interact with your graph via queries and mutations and has no knowledge of joins (nor anything underlying the...
Hey, Have you tried simply sending the file content perhaps Base64 encoded ? Anyways when you use APW you are not serializing forms, somehow you need to construct the mutation...
> @vic What do you think about transfer this repository? @imbsky, sure!. I see you've already pushed to `asdf-ocaml/asdf-ocaml`, that's fine, should I simply archive this repo and link to...
Yep it would be possible, I'm not sure if also installing an external resolver should be the default behaviour. This week I wont have much time to look at how...
```scala implicit class EventStreamExt[A](private val aStream: EventStream[A]) extends AnyVal { def take(n: Int): EventStream[A] = { var seen = 0 aStream.collect { case event if seen < n => seen...
Hello, I'm new to unison - I've started doing aoc2021 on it - and I'm liking the `ucm` experience. I can confirm that on the latest release `docs` and `view`...