Keir

Results 6 comments of Keir

I put a console.log above the offending line. ``` console.log(settings); self.graph[settings.center.y][settings.center.x] = settings.marks.center; ``` It seems the settings.center children nodes are NaN for some reason, could be a Windows bug?...

It looks like the defaults aren't being merged with the options. `settings = self.options = Ul.deepMerge(options, CliGraph.defaults)`

Nope, not found a resolution yet. The queue section of my project is currently on hold. Could it be to do with the latest Python versions? @mayhem What Python version...

3.6 here too. Maybe a recent update to Python broke this extension? Let me know when you find anything

I'll leave this issue open until someone at WDTInc wishes to look at this and/or if another user comes here looking for a solution.