allixx

Results 23 comments of allixx

a bandaid solution to have something to start with (sorry for probably outdated limnoria version) ```diff --- plugins/Web/plugin.py.orig +++ plugins/Web/plugin.py @@ -33,6 +33,8 @@ import string import socket +from html.parser...

The problem with YouTube is that it includes ```YouTube``` early in document, and `````` is encountered much later, so to make things less complicated (and less optimal as you noted)...

it can be interesting to explore! unfortunately firefox is not (yet?) flexible enough to completely override tab close logic :(

from Tab Tree readme: Attention: You can't use "Tab Groups (Panorama)" with this extension

This is a possible reproducer (I'm just not too sure it is the same scenario described by stenno): ``` test.yml --- - hosts: host gather_facts: false tasks: - fetch: src:...

``` - hosts: localhost gather_facts: false tasks: - file: path: /tmp/test state: absent - file: path: /tmp/test/file state: directory - hosts: host gather_facts: false tasks: - copy: content: test file...

FIXED_NAVBAR definition is missing in config struct, therefore relevant environment variable is not taken into account: https://github.com/redlib-org/redlib/blob/e79242c9e7aefa4ec5d1281385beab2faa7447ce/src/config.rs#L22

Partial dupe of https://github.com/redlib-org/redlib/issues/26

what is the alternative for morty as result_proxy service? occasionally I like to open search results via morty. image_proxy does not provide this functionality. for what is worth, morty works...

openzfs 2.3.5. Caused by https://github.com/kimono-koans/httm/releases/tag/0.49.9 (ran as unprivileged user): ``` $ httm --preview --browse . # . - is a current dir, present in snapshots ``` dmesg panic ``` [1220118.232234]...