Gullumluvl
Gullumluvl
Oh wait, sorry, I just saw in Issue #23 that I can do: cat ../fig/myimg.png | display PS: Unfortunately, although display can normally show svg, here it doesn't work.
Amazing, I can have a look into it yes :)
Recognizing SVG file is not as straightforward as other binary image formats supported by `imghdr`. As described [here][1], one could check for valid xml structure with the presence of a...
My bad, I should have just copy-pasted... I didn't notice the flickering indeed. Thanks for your feedback, I would also like to have all config in one place but could...
Hello, for those who use IPython, you can take advantage of the %cpaste magic function. I added this in the ftplugin/python.vim : ``` " Need to send '%cpaste' before pasting,...
My bad, I was missing one requirement! It's probably overlooked too in the `./configure` step, but just installing `libwxgtk3.0-dev` from apt fixed it for me ! :D I've got a...
Very interesting, I concur too! Why not extend the text object to *any* code block (default markdown indented ones too)? Would love to use that in combination with a plugin...
Inconsistency in keeping square brackets from node comments from phylogenetic trees (Nexus VS Phylo)
Yes, this would show the parsing behavior more clearly. The difference was there because comment formatting in NHX differs from comment formatting in Nexus trees. From what I've seen.
Tree objects have the `.get_leaves()`, `.iter_leaves()`, `.get_leaf_names()`, `.iter_leaf_names()` methods: tree = ete3.Tree('(a,b)x,c)r;', format=1) tree.get_leaf_names() >>> ['a', 'b', 'c'] tree.get_leaves() >>> [Tree node 'a' (0x7f54c416a14), Tree node 'b' (0x7f54c416900), Tree node...
> > I would also argue that this option should be enabled by default to match Wallabag behavior. > > But it is? I think there must be some other...