Diwank Singh Tomer

Results 50 comments of Diwank Singh Tomer

Hmm, I think misunderstood the `node streams` interop. Looking through, your point makes sense. What do you think of adding compatibility for `web streams`?

Could this work with #148 ?

I agree that (1) and (2) are needed and we should start on an implementation. I am against (3), no point in excessive prototype pollution. I think we need a...

The only solution in the meantime is to pass the values separately and not interpolate anything. But still, this needs fixing.

We are a startup as well so I completely understand, @zh217 . :) Some ideas: 1. A short public roadmap and list of priorities that align with you would be...

@zh217 closing this for now.

@StefanBogdan @bobvanluijt any news/plans for this?

Gotcha. It can be a big blocker for a lot of people (including us) because the code currently blocks during the request and when the cluster is struggling with too...

While this is running, open your browser and go to [http://localhost:9000](http://localhost:9000)

Yeah I can confirm that fts query with a prefixed star doesn't work. REPL example: ``` => :create people { name: String } status -------- "OK" => ::fts create people:index_name...