mattmalcher

Results 9 comments of mattmalcher

Came across this issue with some of the nvidia packages where there is a build tag. For example, the `-1` in: https://pypi.org/simple/triton/triton-2.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl The [`bits = file.rsplit("-", 4)`](https://github.com/wolever/pip2pi/blob/7dd84371221a38b9dc934e6ea386969356d4a5a7/libpip2pi/commands.py#L152 ) means that...

Ah - I see this is covered in https://github.com/wolever/pip2pi/issues/88#issue-443555530

Glad to hear it :) Sorry if I'm misunderstanding the question, but: The functionality that is in httr2, that I don't believe is in the current version of AzureAuth is...

Thanks for this! I was using [SQLModel](https://sqlmodel.tiangolo.com/) and this was the hint I needed. I ended up with the following: models.py ```models.py from sqlmodel import SQLModel #... #my models #......

crashes in walk_linear. Looks to be related to this change in 2.6.0 - https://github.com/DS4SD/docling/commit/8533039b0c0eff131b524da765f15c3279b554c5 If i go to this point in the debugger, there is no mapping for the 'a'...

I think there is also a related issue where sometimes the first item of a list that is within a numbered heading section will go missing. If useful I can...

I have added two failing tests, with ground truths in a branch in a fork here: https://github.com/mattmalcher/docling/tree/issue_612_docx_numbered_headings For the issue with text going missing where numbered headings are involved: **Original...

You need to change your redirect URI. your browser will be going to localhost on your desktop machine, where there is nothing running. You can to use the rserver-url command...