Raimondo Mancino

Results 2 issues of Raimondo Mancino

If I just try to import clap, the program fails to execute. Minimal example: ```rust #![windows_subsystem = "windows"] extern crate native_windows_gui as nwg; extern crate native_windows_derive as nwd; use nwd::NwgUi;...

As per https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file , there are limitations on file & directory names. In particular, when cloning from Windows: ```git git clone https://github.com/DrewThomasson/ebook2audiobook.git Cloning into 'ebook2audiobook'... remote: Enumerating objects: 2532, done....

fixed in next update (pending)