chrthi
chrthi
After looking a bit through PyPDF2, I was able to preserve links within a PDF with this change: ```diff diff --git a/krop/mainwindow.py b/krop/mainwindow.py index fd1ae32..e8adadf 100644 --- a/krop/mainwindow.py +++ b/krop/mainwindow.py...
The "failing tests" were in fact just a failing coverage check because the CI tests run without optional dependencies. I now mock the module in the controller tests so the...
Documentation PR added: Koenkk/zigbee2mqtt.io#2475
> Hi, I'm glad to see the progress on this task! > > I just wanted to share some thoughts about the dependency: It should be possible to avoid the...
Removed the optional-require dependency and used the try/catch suggested on https://www.npmjs.com/package/optional-require instead. Unfortunately the `let sdNotify;` causes some implicit-any warnings and eslint complains about the empty catch, so the result...