bconstanzo
bconstanzo
Sorry it's taken me a while to reply. After reviewing the code here's what I see: * The PR currently does a lot more than changing the iteration style over...
Considering that and the code of imghdr up to Python 3.11 (see https://github.com/python/cpython/blob/3.11/Lib/imghdr.py ) I wonder if we could just replace [line 151 of scripts/artifacts/notes.py](https://github.com/abrignoni/iLEAPP/blob/73698f2fb9aa0360a46cf3912fd281bc438b1193/scripts/artifacts/notes.py#L151) by something else. Both JPEG...
I just checked the filetype project, and in general I like it. As for SVG, I found the author refers to [this other project they built](https://github.com/h2non/go-is-svg). I'd say since we...
Hi @Zedoman! It's been a habit to write artifacts that interact with sqlite databases using `cursor.fecthall()`, but we can also iterate over the cursor directly. For example, on photosMedata [lines...