Gilles Dartiguelongue

Results 39 comments of Gilles Dartiguelongue

FTR, I'm using the repository named "sensu" for the time being and it works but since per-distro-release versions exists, I assumed these were the ones to use.

FTR, to this day, PySide still triggers this problem on Linux while PyQt4 appears to have been fixed.

This causes rendering problems on page like https://www.scaleway.com. I guess this is due to a problem in the order javascript scripts are loaded or something. The problem is that it...

Would you please give a shot at the ghost-py-0-2 branch or the dev branch ?

Looks like this site tried to use HTML5 web storage but current code explicitly enables and disables this at the same time: https://github.com/jeanphix/Ghost.py/blob/0.2.3/ghost/ghost.py#L400-L402 See also documentation http://doc.qt.io/archives/qt-4.8/qwebsettings.html#setObjectCacheCapacities

Also, the code was updated in commit 30d942d27e95c96c28a4ac5765716eab9eb4aad9 but this still does not allow any actual storage.

> After excluding js, (exclude=".(js)$") , it is working for some sites. With one error : > > undefined(0): ReferenceError: Can't find variable: $ @NKaushik89 This is most likely because...

Your link was broken so I had to pick another URL from this site. ```python from __future__ import print_function import logging from ghost import Ghost from bs4 import BeautifulSoup ghost...

So I just setup a VM on CentOS 7.4 to check this issue and could not reproduce. Here is what I did after installing and updating the default install: ```...