Tomas
Tomas
I am having the same issue. @caseyg1204, could you please elaborate a bit on how you have fixed that? Thanks! :-)
@whobutsb Ah, nice! Thanks a lot!
Ok so I figured out where is the problem. This is happening only when I am running my server via nodemon. "node server.js" works without any troubles. Strange.
No problem. Just to be more specific. It really is the problem, because when I run my server with "node server.js" command, everything works as it should. The same thing...
Thank you very much! I have updated the code as you described above. It is a very neat way how to handle the `nodeHeight`. I agree, mine was a bit...
Yeah, I agree that the check is very specific and the helpers should be very abstract. Did not thought about that. Damn, there is still a lot I need to...
I think we need something like this: ``` case 'down': nodes.forEach(function(node, index){ var pos = 0; if(gaps){ //if the nodeHeight is a function var layerIndex = node.getLayerIndex(); for(var i =...
I find my version a bit more readable but also a bit dumb :-D I have managed to tweak the `getWayPoints` function and it seems to be working. Will commit...
Hei Krist, sorry for getting back to you that late. I realised that it gets quite complex if one wants to implement this the right way. Since we dropped Labella...