memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit c90f2dab794d5999c4546d436fb14c916b8b62ea
parent f1683641b581c702656baada86ffbda8d4c17aa7
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 12 Apr 2019 11:50:04 +0200

Be more explicit about BunsenLabs issue

Diffstat:
MREADME.md | 2+-
Mpersonal/itches/bulk.md | 11++++++++++-
2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 7148 words in 14 pages +## still reachable: 7177 words in 14 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches/bulk.md b/personal/itches/bulk.md @@ -31,4 +31,13 @@ together; `*graph` functions still trigger the bug though, e.g. with: # Bunsenlabs - use https for sources.list files -- manpages for bl-… utilities +- some manpages for `bl-…` utilities feature a buggy DESCRIPTION + section, e.g. `bl-kb`: + + DESCRIPTION + Traceback (most recent call last): + File "./bin/bl-kb", line 50, in <module> + + from lxml import etree + + ImportError: No module named 'lxml'