Roi Lipman

Results 47 issues of Roi Lipman

#2865 This PR changes how `variable length traversal` behaves We've used to stop expanding a path upon detecting a cycle e.g. `a->b->a` This PR simply ensures a path doesn't contains...

In case a new write query is added to an already full thread-pool, replay with error, otherwise the connection simply hangs forever. @jeffreylovitz I believe there's a leak here reproduce:...

bug

``` GRAPH.EXPLAIN g "MERGE (a) WITH a MATCH (a)-[]->(b), (c) RETURN *" 1) "Results" 2) " Project" 3) " Cartesian Product" 4) " Project" 5) " Merge" 6) " All...

This pull-request adds the `GxB_Matrix_pending` function which checks if a matrix `A` has any pending work: 1. pending tuples 2. zombies 3. jumbled 4. hyper-hash In which case the functions...

Hi, I'm trying to run htmengine-traffic-tutorial using a dockerized environment, I'm using docker-compose to fire up 3 containers: 1. mysql-server 2. rabbitmq 3. htmengine-traffic-tutorial based on dockerhub numenta/nupic image I'm...

Hi I'm trying to execute DASHEncoder as follows: ./DASHEncoder --input=big_buck_bunny.mp4 --video-encoder=x264 --audio-encoder=ffmpegAAC --fragment-size=2000 --dest-directory=./ --segment-size=2000 --mpd-name=bbb.mpd --audio-quality=2,44100,48 --bitrate=300 --folder-prefix=TEST --segment-name=TEST I'm getting: ==========DASH ENCODER=============== current encoder x264 YES terminate called...

Today each aggregation expression e.g. `UNWIND [1,2,3,3] AS x RETURN x, count(x)` will generate 3 Arithmetic expression trees. It would be much better if we can use a single expression...

enhancement

Resolves #657, #31 ## Summary by CodeRabbit ## Summary by CodeRabbit - **New Features** - Enhanced attribute access and property retrieval for graph entities, maps, and points, supporting dynamic and...