
(1/6) DOM Events FAILED (Errno::ENOENT: No such file or directory - gunzip)
(2/6) HTTP FAILED (Errno::ENOENT: No such file or directory - gunzip)
(3/6) HTML FAILED (Errno::ENOENT: No such file or directory - gunzip)
(4/6) JavaScript FAILED (Errno::ENOENT: No such file or directory - gunzip)
(5/6) CSS FAILED (Errno::ENOENT: No such file or directory - gunzip)
(6/6) DOM FAILED (Errno::ENOENT: No such file or directory - gunzip)
gunzip binary, could you try downloading Gzip for Windows (http://gnuwin32.sourceforge.net/packages/gzip.htm) and adding its bin directory to your PATH? Gzip for Windows appears to come with a gunzip binary
Getting closer but there's still something wrong as I'm getting this now:
[unix_utils] `gunzip --stdout C:/Users/Sam/AppData/Local/Temp/open-uri20200428-1500-rs6ocn` STDERR:
gzip: stdin: unexpected end of file
(1/6) DOM Events OK
[unix_utils] `gunzip --stdout C:/Users/Sam/AppData/Local/Temp/open-uri20200428-1500-t8wllb` STDERR:
gzip: stdin: unexpected end of file
(2/6) HTTP OK
... etc ...I tried adding IO.write("#{doc.path}.tar.gz", file.read) after it downloaded the file so I could look at what it downloaded but I can't open any of them with 7-Zip or gunzip. I also tried manually downloading one with curl and the file was fine.
Entries without a type can be searched for but won't be listed in the app's sidebar. Which seemed like exactly what I want but I tried returning nil from get_type but that causes an error. What should I be returning so can do this?
content.gsub! %r{[[:space:]]+}, ' ' that is killing my day
Hello! I'm looking to see if anyone is actively maintaining DevDocs. I was going to add some documentation for ecto_sql, but noticed that several PRs to add documentation have been open for upwards of a month. The last merge was three months ago.
Not trying to be negative, I'm just curious about the project status 🙂