nathan

Results 3 comments of nathan

Hi @fabiocaccamo, I think I have a similar problem, the following function calls all nodes to update the cache when I do a node.get_ancestors() or as soon as there is...

@fabiocaccamo Here's an example of the html template I made to display parent and child nodes. parent_file.html : ``` {% for node in childs %} {% if node in roots...

I have created a PR for this purpose : #620