jnm
jnm
Mainly a question: for multipart uploads, should we try to have `tell()` return the position in the remote file instead of the local buffer? If so, I could try to...
Now that #298 has been merged and Node 16 is used for CI, should we change the [Dockerfile](https://github.com/enketo/enketo-express/blob/e2b4b92870d4cdc2d625a02f3a3445da8652aa3e/Dockerfile#L1) to match? I can submit a PR if desired. Thanks.
**Is your feature request related to a problem? Please describe.** Enketo caches all XSLT transformations for 30 days: https://github.com/enketo/enketo-express/blob/dde231341062b5660563efe2b60a84938b2e7233/app/models/cache-model.js#L9 In a large deployment, it's easy to accumulate many gigabytes of...
Hi @MartijnR, some people are copying text from PDFs that contains old ASCII control characters and pasting it as responses to questions. I'm guessing that, depending on their platform, these...
instead of checking for an `__iter__` attribute, which Django 1.9+ includes in `LazyObject`s that are not necessarily iterable. Fixes #1662.
Given the following XLSForm: > survey: > > | type | name | label | > |-----------------------|----------|----------| > | select_one reasonable | pick_one | Pick one | > > choices:...