Ross Patterson
Ross Patterson
Capturing my findings debugging the built wheel contents issue locally. Wheels built from the `sdist` tarball downloaded from PyPI have the *correct* contents in both the `python:3.10` and `ubuntu` Docker...
I removed all locally installed Python packages with `# pip freeze | xargs pip uninstall -y` as `root` and confirmed that `/usr/local/lib/python3.10/` was empty but the built wheel still had...
> Firstly, note that my steps to reproduce are operating on the `sdist` tarball as downloaded from PyPI. Where are your tarballs coming from? I don't see that in your...
Any word on this? I'm happy to merge and release myself if you want? Or should I move this to a separate add-on?
I should also note that the tests still failed when I downgraded only libxslt to 1.1.26 but left libxml2 at 2.9.
@tisto The tests pass after my changes, but it seems like a false pass. When I inspect the Diazo output in those tests I still see the whitespace stripped which...
Example pdb session in the tests: ``` testAll (diazo.tests.tests.Test-v1-drop-all-attributes-theme-conditional-5)> /opt/src/diazo/lib/diazo/tests/tests.py(162)testAll() -> if not xml_compare(etree.fromstring(old.strip()), etree.fromstring(new.strip())): (Pdb) print new Titleab (Pdb) print old Title a b ```
I'm not quite sure what you're both saying here. Are you saying the whitespace stripping in the test doesn't happen when Diazo is processing HTML in real deployments under these...
I'm very interested in this. I might even learn the .net stack if I was confident such a contribution was wanted and would be supported through to merge. I'm assuming...
> Maybe implementing it as a custom script I might be misunderstanding your suggestion, but I don't think that addresses the issue of adding these features to Prowlarr or implementing...