Parker Jones
Parker Jones
I noticed the reasoning for non-typed values on the [`Structure of Dictionary Outputs`](https://pymupdf.readthedocs.io/en/latest/textpage.html#structure-of-dictionary-outputs) section. If this pull gets merged, would you accept a pull that types the dictionaries?
> please extend this idea to the remaining "geometry" class Matrix. Gladly! Note, this might be kind of limited in it's effectiveness because of some upstream code, namely the swig...
Apologies, I've been trying to get a job, and I'm helping someone move. I also just found out how to run your tests locally via `act`, so it's a bit...
> I think the test failures can be fixed by deleting `IdentityMatrix`'s `__setattr__()` method. You have to be careful with that, as you don't want someone to change the identity...
I have read the CLA Document and I hereby sign the CLA
recheck
Read through the action result, and it looks like it wasn't happy about an extra line, and I forgot to wrap arguments for the SQLite call in the sample, so...
> * The `raise` syntax is invalid here. It should be `raise ValueError(f"max. code point found: {ord(max(text))}, increase limit")` without the colon after `ValueError`. > > ``` > raise ValueError:(f"max....
Everything copilot complained about, (Except the pass thing, which it was wrong about), I fixed. I don't think the dictionary thing makes a difference speed wise, but I think it's...
They're now squashed into one commit. Git is my biggest weakness, sorry if this is not the appropriate way to do this.