Seb
Seb
Hey, I've got the same issue. Maybe you should add these files to the repository under a /sample dir?
Hey yes my question was focused on pure edge lists, as many complex networks datasets are encoded this way.
Well, this is an extreme case where we only know the graph structure, and we don't care about node properties (we may have edge properties though) :) e.g. all of...
Hi @seiyria, bootstrap-slider is v4.5.1 now and seems stabilized. Any update to remove the reference to jQuery plugin slider? Thanks
Hi, it is already possible for ranking by colors: right-click and you'll access to a "Recent" menu list of colors. However I agree that we should add this feature to...
Hi, how it is going on if you reduce label size in Preview, or increase label size in Overview before applying the Label Adjust?
@Kai brikteknologier/seraph https://github.com/brikteknologier/seraph seems not able to stream Cypher results, or am I missing something? 2015-03-04 16:26 GMT+01:00 Kai Dorschner [email protected]: > brikteknologier/seraph https://github.com/brikteknologier/seraph > already can stream Cypher/results. >...
Hi, what are you talking about?
It still doesn't work in AngularUI Boostrapt 0.13.0
Workaround: ``` js function MyModalCtrl($modalInstance){ var codemirrorInstance = null; this.codemirrorOptions = { ... onLoad: function(cmInstance) { codemirrorInstance = cmInstance; } }; setTimeout(function() { codemirrorInstance .refresh(); }, 0); } angular.module('myModule').controller('MyModalCtrl', MyModalCtrl);...