Guillaume Dollé

Results 6 issues of Guillaume Dollé

- Add a button to set bipolar references - Add a dialog to select channel by pair - Add the feature to save/open the selected channels to create bipolar reference...

It'd be nice to add a feature to automatically fragment long list into several slides (list height size > slides-content" max height). In particular, it would be useful for big...

🎤 discussion

Hi, With the current 4.2.1 version, It seems we can't load any plugin (unable to locate them). ``` -- FreeFem++ v 4.200001 (date Fri Jun 7 15:01:56 UTC 2019 git...

bug

It seems that only one edge is displayed (or superposed) for multiplicity >1 ```julia using Multigraphs g = DiMultigraph(3) add_edge!(g, 1, 2); add_edge!(g, 2, 3, 2); # multiplicity 2 add_edge!(g,...

Hi, it seems that xref link does not resolve path to html when the .adoc file contains a permalink. For example ```adoc = dir/FILE1.adoc :page-permalink: /hello/ ``` ```adoc = FILE2.adoc...

Is it possible to fragments item list ? It seems currently, a new list is created for each fragment (the spacing changes) Example: ``` [slide] - item1 - item2 ```...

question