Augusto Stoffel

Results 173 comments of Augusto Stoffel
trafficstars

Appending things to `plz-curl-default-args` seems not to work very well. For example, the code below gives curl error 2 (Failed to initialize). The reason seems to be that the `@-`...

This should be possible and sounds useful, PRs welcome :-).

As an alternative (or additionally), why not make the `model_...` methods plain functions in the pydantic namespace? Clearly every non-`_` prefix for method names one picks will eventually cause a...

> We should include `BareModel` - Better name required! in this. Do you mean a variant of `BaseModel` without predefined methods, which would then be available as regular functions from...

> Daniel M, can you see a path forward where the new features Daniel N. is trying to add might be implemented in the C server? I think the answer...

I wouldn't call this hypothetical mupdf-based backend _the_ C server, I would call it _a new_ C server. Anyway the point is that the new features mentioned here apparently are...

By the way, I just saw [this issue](https://github.com/vedang/pdf-tools/issues/82) linked above which indicates that some of the missing Poppler features might actually already be implemented and are just missing in the...

> However, I do see 'freetext' annotation type mentioned in those docs. Yes, but I don't see a method to create one (presumably you can examine such annotation if it...

By the way, from the lag I see when marking text in pdf-tools (good old C backend), I'm skeptical the `Ink` type annotations could work well. Unless the drawing happens...

Okay, the SVG approach is really cool. Maybe it could be used here? So pdf-tools would provide some kind of hook to draw SVG elements over the page image, and...