nihilo

Results 2 issues of nihilo

## Steps to reproduce ```bash curl -L https://github.com/niess/python-appimage/releases/download/python3.10/python3.10.4-cp310-cp310-manylinux2014_x86_64.AppImage -o python3.10 chmod +x python3.10 docker run --rm -it --device /dev/fuse --cap-add SYS_ADMIN -v $PWD/python3.10:/bin/python3.10 centos sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i...

bug

I’m using the roxmltree library version 0.18.0 to parse some epub, but I encountered a problem with entity references. Some of the files do not have standard `` settings, such...