Bill Granfield
Bill Granfield
> Create the possibility to pass own input field components? Great idea, @yorickreum. Check out #46 which adds support for this and should fit your `` use case. That PR...
Hi @MadJayQ, is your project publicly available? If your project is publicly available, I'll try to repro directly - otherwise let's put together a minimal repro of this issue.
Hi @MadJayQ I'm unable to repro this on the latest version, 1.1.0. Try downloading the latest version and see if there's still an issue
This is by no means a complete solution (doesn't handle access-protected routes or routes filtered by any other criteria), but here's what I'm using right now to solve this problem...
That's a good point about deep endpoints. For me, the key feature in opening up all of the MongoDB update operators is actually field __deletion__, because it's not currently possible...
I just ran into this issue as well, so posting a solution for posterity :) The text within a Form XObject is [nested in a LTFigure](https://github.com/pdfminer/pdfminer.six/blob/1a8bd2f730295b31d6165e4d95fcb5a03793c978/pdfminer/pdfinterp.py#L944-L950). In order to extract...
This is resolved in a recent version
Hi @klateefa, I believe this issue is still unresolved. The docs don't cover using `adk run` and `adk web` with custom Runners.
Thanks for the quick review! Yes, all this does is add a return value to `fillfp` and `fillbuf` exactly as you've described. I'll test this against pdfplumber and report back.
@dhdaines the pdfplumber suite uncovered a bug where the first byte of a new stream was dropped. after fixing in [b615f5d](https://github.com/pdfminer/pdfminer.six/pull/1158/commits/b615f5d63b56b0114a14a765888fd3a21e68ef69), the pdfplumber tests are also passing. ``` python -m...