Brian Gates
Brian Gates
I, too, am looking to send arguments to the `workbench.action.debug.start` command, namely `nameOrConfiguration` as specified here https://github.com/microsoft/vscode/blob/0c4fa8a7b5f8ef2b59663b20d79df7776a697609/src/vs/vscode.d.ts#L8326 But I am unclear how to specify it, and would appreciate some documentation....
:+1: :)
My two cents: examples should be standard javascript without streamline. I had to look up the documentation for what streamline does to understand your docs. > Also worth asking: what...
> Does it have to be the one making the HTTP request though? The API docs seem to imply that the "bring your own stream" feature is only in Node...
> Any reason though that a stream couldn't be returned immediately, and "wired up" under the hood later whenever the underlying CypherStream is emitted? The streams API prevents me from...
From my experience, batching is exceedingly useful in very specific and _known_ circumstances. Stuff like import scripts. In such situations, simple automatic batching could just as easily require explicit invocation...
> Query-specific headers in transactions _are_ supported Oops, I meant batches! You're right. > Still chewing on your comments about automatic/intelligent batching. A concrete example might help: ``` cypher('match (n:User)...
I believe I can take no credit here, to be fair =) On Thu, Mar 12, 2015 at 12:07 AM, Michael Hunger [email protected] wrote: > Wow @aseemk and @brian-gates this...
There's also https://github.com/jexp/cypher_websocket_endpoint, which I tried but ran into https://github.com/jexp/cypher_websocket_endpoint/issues/1. If anyone is able to get it working, I'd love to experiment implementing it in https://github.com/brian-gates/cypher-stream.
@jvolkheimer I just created a new, non-Amazon account and still get `Unknown error occurred` when attempting to login with the integration. Is this function no longer working or is there...