T

Results 10 issues of T

I had to upload an crufty dataset to disqus with many comment records that had become corrupt. I made several changes to enable disqus_export deal more gracefully with bad data...

what's with that? I see django-oembed in github but that's different again (I downloaded and diff'd all 3) Please inform us of the definitive location of the code because it...

### Describe the PR The documentation on events emitted by the v-b-modal was buried at the end of "Toggle Modal Closing" -> "Prevent Closing" - this is not an appropriate...

before now the paypal sandbox was used inconsistently this patch means that the sandbox will be used whenever django-paypal's TEST setting is true. This in turn is equal to the...

upx is no longer available in the debian repos fixes #63

`docker build .` ``` > [builder 4/4] RUN mkdir ./bin && apt-get update && apt-get install -y upx && GOOS=$(echo linux/amd64 | cut -f1 -d/) && GOARCH=$(echo linux/amd64 | cut...

Was running successfully on fly.io but then set ` entrypoint = ["/goStatic", "-fallback", "index.html"]` Now I see ``` 2023-11-13T23:18:12Z app[48ed43dc20e198] lhr [info] INFO Preparing to run: `/goStatic -fallback index.html` as...

Sometimes, e.g. in a containerised batch emailer, it is desirable to use pyramid_mailer without pulling in pyramid. The dependency exists only so that a few dozen lines of list manipulation...