View Single Post
Old 11-04-2018, 05:49 PM   #235
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,808
Karma: 7423683
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by jcn363 View Post
What is the reason because a file can't copy twice?
What is the reason because cssextract only apply to zlib?
For the file copying, that was an oversight. I wanted to keep the same format as for the patches (source on left, dest on right), and I couldn't imagine a situation where someone may need to copy a file to two different places.

There are a few ways I could solve this. The first (backwards-compatible) way is to support using a list of files as the target as well as a single file. The second (non backwards-compatible) way is to switch the sides around. The third (hacky) way I could do it is to allow adding an ignored character to the end of the file name to make it unique. Which way do you think would be best?

As for cssextract, I just haven't implemented non-zlib extraction yet, as I haven't needed it. If you want, I could implement it sometime in the next 2 weeks.
geek1011 is offline   Reply With Quote