Sebastian Müller

Results 81 comments of Sebastian Müller

> Hi, there is any way to add multiple svgs instead one? Sure, just make more calls to `doc.svg(...)`

That's not true. For one, there have been improvements (check the commits above) and secondly "not possible to use any type of pattern" is wrong. Many patterns do work. Which...

OK. So to summarize: there are still cases that don't work for you, but the feature does work for many other patterns. You helped try to solve the issue (thanks!)...

Sorry, no time for this, right now. But anyone can rebase and add tests. It doesn't have to be me.

That's a great idea! We actually had this on our internal wish-list since day one and it's not that difficult to implement, at all. Once we find that time, this...

I found that the grammar also does not support node label expressions (patterns) and relationship type patterns as in: ``` MATCH (p:Person|(!Organization))-[:(KNOWS&!HURTS)]->(:Person) RETURN p ``` also function calls in a...

While this would be easily possible, currently our thinking is that we would like to keep the interface as simple as possible. For the more complex operations you can always...

IMHO: I don't think it is absolutely necessary to actually "improve" the situation, here. I don't find the arguments so convincing. After all the problems that are presented are the...

For the record: I am pretty sure that not everyone agrees that `@x` be the same as `@x()` if you look at it from a higher level. In fact I...

Thanks! Not sure if this is possible, though. At least it is far from trivial, as the graphics are rendered on the client and the HTML or PDF view is...