Rebecca Turner
Rebecca Turner
As for mine: I think that was just a branch that I'd started, but never actually went anywhere with, so disregarding it is appropriate.
This isn't prominently documented because it hasn't been released yet. Beyond that, it requires that you be using a server that supports the feature, that is, the Abraxas server. But,...
This seems like a reasonable addition to me.
Well, I think `task.end`'s behavior is typical of Node.js streams– it's not something directly in the control of this library. But that said, I would expect `client.disconnect()` to not cut...
> I haven't worked a lot with streams yet -- do they have an easily inspectable internal state, which can be used to detect wether end has been called or...
I'm less keen on a timeout. I think you should just use `setTimeout` if that's what you want. But I'm definitely for having both soft and hard disconnects. (I'm not...
This sounds totally reasonable.
Why would you want it to be thenable outside of streaming? Wouldn't that just be a no op? I'll have to meditate more on this, as I'm not really happy...
The payload is whatever your encoding was set to. If you don't set one, it's the default. If you didn't set a default it's Buffer. Setting it is done via...
I think, without testing, that it'd roughly be (I'm not too sure on the exporting of a type this way): ``` interface FuncValidate { (rawSchemas: string, args: any[]) } export...