Michael Sander
Michael Sander
Attempting to make a pull request here, and trying to run tests, but I'm running into difficulty getting them off the ground. I get the following exception: ``` > python...
I've started getting the following Traceback when sending to Postmark: ``` Traceback (most recent call last): File "../updater\CrossPlatform.py", line 1494, in _send_email_postmark resp = pystmark.send(message, api_key = passwords.postmark_apikey) File "..\libs\pystmark.py",...
This library should support the `MultiQuery` class ([docs](https://cloud.google.com/appengine/docs/standard/python/refdocs/google.appengine.api.datastore), [source](https://cloud.google.com/appengine/docs/standard/python/refdocs/modules/google/appengine/api/datastore#MultiQuery)) found in the original datastore API. ### Background According to the [App Engine migration guide](https://cloud.google.com/appengine/docs/flexible/python/migrating#datastore), the original API is being phased...
Processing a PDF with annotations that have a colon in their key value gives an exception: ``` Traceback (most recent call last): File "test_ocr.py", line 633, in test_petition analyze =...
## The Problem There is often a need on Google App Engine to have a simple read-only database or key value store. This comes up when one wants to store...
The `GET /api/rest/v4/docket-entries/` is capped at `page_size=20`, each entry includes the full OCR text of all attached documents (`plain_text`). Large dockets (>1000 entries) therefore **require ≈50 sequential calls** to get...
Add page size to docket-entries. Added a test that passes, but have not tested in localhost dev server. See #5748.