ethus3h

Results 18 issues of ethus3h

Here is how I am invoking Papa.parse: ``` Papa.parse(url, { download: true, encoding: 'UTF-8', newline: "\n", delimiter: ',', quoteChar: '"', step: function(results, parser) { //console.log("Row data:", results.data); if (results.errors.length >...

The `cadence-pulse2jack` script breaks the PulseAudio configuration in some cases. This is because the existence of ~/.pulse/daemon.conf prevents settings in /etc/pulse/daemon.conf from having any effect. Apparently, I don't know for...

It would be handy to have a way to set the delay and concurrency for a job more granularly, for example by regex of the URL. For example, if I...

important

Hello! I'm having grab-site crash on a job. It is the same issue and same problematic job, I think, as https://github.com/chfoo/wpull/issues/293. It happens in grab-site, but at a different URL...

help wanted
upstream

wpull crash, apparently; see https://github.com/chfoo/wpull/issues/308 : OS version: Linux sd-86348 3.19.0-33-generic #38-Ubuntu SMP Fri Nov 6 18:18:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Python version: Python 3.4.3 (default, Mar 26...

help wanted
upstream

I suggest having an option to mark some URLs as low priority by regex, in a manner similar to ignores; such URLs would be downloaded after everything else. Also an...

help wanted

When using this: ``` a() { cd /home/grabbot/grabs/ && grab-site --no-dupespotter --concurrency=5 --wpull-args=--warc-move=/home/grabbot/warcdealer/\ --phantomjs-scroll=50000\ --phantomjs-exe=/phantomjs-1.9.8-linux-x86_64/bin/phantomjs\ --content-on-error "$@"; } ``` Doing this: ``` a http://fanzub.com/ --concurrency=1 --delay=3000-10000 --wpull-args="--retry-connrefused --retry-dns-error --tries=1000" ```...

help wanted

As in the title. This would enable easier noticing when something goes wrong like in #52....

It would be very handy to be able to apply ignore patterns based on the URL of the page the URL matching the pattern was found in. For example: /foo/bar.htm...

help wanted

Hi, I'm getting a lot of this error in my log, apparently because the status messages an FTP server returns contain Unicode surrogates. It makes it hard to read. Could...

upstream