Finally it would be great if all code such as this

'demo.fuel' asFileReference writeStreamDo: [ ... ]

be written as this��

'demo.fuel' asFileReference ensureDelete; writeStreamDo:����[ ... ]

Otherwise it is way too easy to forget and creates a major problem, especially for binary files.

Thanks!

Peter

On Tue, Mar 27, 2018 at 6:39 PM, Peter Uhn��k <i.uhnak@gmail.com> wrote:
In fact this is problem on every page: it shows the Getting Started on the top, and then continues with the actual content of the page, e.g.��https://rmod.inria.fr/web/software/Fuel/Version1.9/Documentation/Globals?_s=gnS5amSI-7GcDf_k&_k=4e8w5tCS4RRm35p7&_n&19

On Tue, Mar 27, 2018 at 6:29 PM, Peter Uhn��k <i.uhnak@gmail.com> wrote:
Hi,

not sure where to report this, but in this page of fuel docs


all the chapters are twice there

Basic examples
...
FileStream
...
Compressing
...
Showing a progress bar
...
Basic examples
...
FileStream
...
Compressing
...
Showing a progress bar
...

Peter