Léonard Binet
Léonard Binet
@jnothman is there any action expected on my side to merge this PR?
@btel I've currently no time available, I've just set you as a collaborator on my fork, please feel free to finish it 🙂 , sorry for the delay
Hi, @ilivans I gave you access, feel free to update my branch 👍
@sethmlarson I prefer as well a solution that avoids cutoffs, even if it means a longer output. An additional improvement could be a html table in notebooks by implementing `_repr_html_`...
@sftrwo is it still an issue for you? If yes, please provide more detailed information about your use case so we can benchmark potential solutions.
I agree with that
There are 3 types of information that should be stored to serialize/deserialize a `tree` instance: `tree` information, `node` information, `nodes` hierarchy. More specifically: - `tree` `identifier` - `node` "hierarchy" (nodes...
I think it would be appropriate to implement right away https://github.com/caesar0301/treelib/issues/95 (ability to export to stream) into the solution of this issue. @villmow are you still interested into working on...
I didn't know the `graphviz` `dot` format, but from what I understand I think we shouldn't try to handle this in the same way that `yaml` `json` formats, since it...
@yech1990 I understand the title, but I'm not sure to understand your example, could you provide more details about it?