Results 23 comments of Erik Quaeghebeur

> @equaeghe If you open "derived.pdf" and try to copy the sentence with the alpha,beta characters and paste the characters, they look wrong. this is not true with "original.pdf" the...

It seems as if upgrading my kernel from 5.15.88 to 6.1.12 resulted in the same type of warning for my WD ‘My Passport for Mac’ 4 TB drive: ``` kernel:...

> Reporters: could you please post output of `udevadm info /dev/sdX` for your affected devices? I'm interested in `ID_ATA_` attributes. ``` P: /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb5/5-1/5-1.3/5-1.3.4/5-1.3.4:1.0/host0/target0:0:0/0:0:0:0/block/sda M: sda U: block T: disk D:...

I have seemingly the same issue. Namely, I get the notebook tab, but no notebook interface is visible there: ![Screenshot_20221206_140420](https://user-images.githubusercontent.com/601177/205920953-10a8c4b8-01a6-44a5-94c0-33c842278d47.png) From the verbose logs, I found the command that is...

> @equaeghe A pull request that fixes these is welcome. OK, see https://github.com/Alir3z4/html2text/pull/327. It seems there were some problems detected by the CI, but it wasn't really clear to me...

Did you have time to look at my pull request. I again hit an issue fixed by it. Namely, someone managed to put a naked `alt` in ``, which causes...

> The general idea makes sense to me once the CI issues are hammered out. I'll have a look at them again. I think I now understand better how the...

> I'll have a look at them again. I think I now understand better how the CI works and where to find the errors. I managed to eliminate all but...

I tried again, but am still hitting an issue I can't seem to solve: https://travis-ci.org/github/Alir3z4/html2text/jobs/737085613 I really need assistance with this one @Alir3z4 @jdufresne .

> Seems to be type issues on > > ``` > html2text/__init__.py:540: error: Incompatible types in assignment (expression has type "Optional[str]", variable has type "str") > ``` Ah, now I...