Thomas Liske
Thomas Liske
The correct file is `2019-02-14-customize.md`, isn't it? I've updated and rebased the PR.
> exec(open('test_ambient.py').read(),globals()) > Traceback (most recent call last): > File "", line 1, in > File "", line 10, in > File "apds9960/device.py", line 41, in **init** > File "apds9960/exceptions.py",...
Disabling `auto-load-images` still allows loading of other external resources (i.e. CSS stuff). I do not like to change the `enable-javascript` setting since it should be ok if external resources loading...
I do not have a (recent) mutt available. Would it possible for you to provide a (stripped) affected mail for debugging purpose?
I'm use this library on several RPi 3B (revision a02082) using [apds-gesture-ui](https://github.com/liske/apds-gesture-ui).
I was not able to reproduce this problem (with htmail-view 0.6). Could you please give the new release a try since it uses WebKit2. If the problem persists it would...
There seems to be a problem to get an instance of the `ADPS9960InvalidDevId` class. The I2C device ID of your APDS9960 is missing in https://github.com/liske/python-apds9960/blob/938fab1a96bddd40bb258a767984c25cfea5e3a6/apds9960/const.py#L9-L10 It should work if you...
> I don't think we can "get there from here" without doing the URI rewriting prior to calling "$view->load_uri($uri->as_string);". I suppose it's possible to rewrite the "text/html" message body in...
This might be related to #263. Could you apply d3e33025 locally (or switch to git HEAD) to check if the issue is already resolved?
Try the following patch: ```patch diff --git a/lib/vmlinuz-get-version b/lib/vmlinuz-get-version index 3740f25..619a3a3 100755 --- a/lib/vmlinuz-get-version +++ b/lib/vmlinuz-get-version @@ -19,8 +19,10 @@ get_version() { - # search and output version string pattern...