Kound

Results 118 comments of Kound

Btw. trying to delete a deleted expense results in theses entries: ![image](https://github.com/user-attachments/assets/44770737-f873-41b2-b2e4-0390f53b55f6)

Ok it seems to be a bug in timing. Now I can't see a link for the deleted expense. Still when opening the link to an deleted expense it should...

@mikeshardmind and @carljm can tell us the state of affairs? Is there anything we can do to get thing moving? Are there still any blockers? I am sorry I really...

I really oppose the idea of limiting Intersection with TypedDicts only with TypedDicts. This really would decrease the value of `OrderedIntersection` for me. Python is still a dynamical language. Even...

Because we can backport `Intersection` with `typing_extensions` making it available also to older python versions. The `&` will be only available with a newer Python version and nobody wants to...

Dear @stroxler , sorry for ignoring not getting back to your suggestion. I myself won't be able to attend the PyCon US due to distance. I will attend the EuroPython...

> Again, the whole point here is when is the right place and time to detect structural errors. This is nothing that this PEP needs or should define, but it...

Probably that all what's needed. An alternative is https://github.com/hjwp/pytest-icdiff which also shows nice diffs. Probably one just need to determine if a custom diff hook is registered and use the...

I also would argue that comparing the dicts directly instead of the files is the way to go. To do this one could look into pytest-clarity or pytest-icdiff as described...

I would suggest to keep it the way it is. Doing so allows to directly add recipe for the payment if wanted and check the data for the reimbursement. But...