Benoit Simard

Results 63 comments of Benoit Simard

Closing it due to inactivity and not reproducibility.

This is what I did so far - sync linear metadata with the geometry : do the impact on the LM when we add/move/delete point on the geometry - helper...

Do we need a function to initialize a LM on a LineString where every segment has the same size ? Or with a define step size (except for the last...

remaining tasks : - [x] Avoid scroll on side panel when we hover a dataviz (otherwise user can't zoom in/out with the mouse) - [x] When a component is selected,...

I changed the code of the example by taking the one from the sigma project, and it works better, but your issue is still there. When I try to put...

FYI, I made an example on the react lib for the drag'n'drop, and thanks to you I added the event for the touch : https://sim51.github.io/react-sigma/docs/example/drag_n_drop

@Yomguithereal Tips Of the Day : when you want to stop the stalebot, just add the label 'pinned'. The bot will ignore them

@boogheta sorry I missed your comment, I will check it. With the touch screen on my laptop it works, but i have some issues on mobile.

In the PR #60 I added a cypher procedure that allows you to index all your data. You can check the doc here : https://github.com/sim51/neo4j-elasticsearch/tree/4.0-enhancement#procedures If you want to test...

Hi @yeus Thanks for the info. Have you configured the index spec ? As an example : `elasticsearch.neo4j.index_spec=people:Person(first_name,last_name), places:Place(name)` It seems that the NPE comes from that. I will modify...