Paul Tremberth

Results 61 comments of Paul Tremberth

The errors you saw in Travis have already been reported in https://github.com/pyvideo/pyvideo/issues/117 It's more related to who opens the PR than the environment

Looks like it's not easy to fix: https://github.com/yyuu/pyenv-virtualenv/issues/188

Hey @maugch , thanks for the report. Correcting this kind of unescaped double quotes looks non-trivial. `demjson` and `ujson` both choke on this input. There *might* be a way with...

Hi @giordand , thanks for the report. Would you happen to have an example URL where this happens? I have a local stashed change that I had to apply for...

I'll need to release a new version of extruct for the change to be available directly from PyPI via pip. Note that pip also allows installing from git specific commits

@giordand , it would be most helpful if you can provide a real example of a URL (or the HTML of it) where extruct failed, just to check if my...

Thanks for the feedback @giordand . I'd go for catching the parse error, log a warning or error, and return an empty list like you suggest.

hi @naterkane, @cantino, I've just discovered this great bookmarklet and am thinking of using it for creating web pages wrappers more easily. Very similar to what @naterkane implies in his...

Thanks. I'll have a look at the advanced branch.

So, as it turns out, @cantino, you were also behind the Parsley language with @fizx ? I should have guessed! :) I started a "pure Python" (well, there's still libxml...