Mike Tigas

Results 11 issues of Mike Tigas

Part of this is a reminder to check activity on WhisperSystems/Signal-iOS#641. --- ### User download validation: Given `OnionBrowser.app/`, everything inside other than `SC_Info` and `iTunes{Artwork,Metadata.plist}` will be identical among end...

enhancement

This diff between two versions https://github.com/tabulapdf/tabula-extractor/compare/bb24fa9b98a2...f4e291c6e32a seems to have started a failing test: bb24fa9b98a2 pass: https://travis-ci.org/tabulapdf/tabula-extractor/builds/27415350 f4e291c6e32a fail: https://travis-ci.org/tabulapdf/tabula-extractor/builds/32744778 (see history https://travis-ci.org/tabulapdf/tabula-extractor/builds ) it's literally just turning off PDFBox logging...

**Changes/Fixes** - Un-break. (Last commit did not work in 1.4.X, probably due to JS issues.) - Works in Django 1.3.X and 1.4.X. (And running in production on [spokesman.com](http://www.spokesman.com/).) - Moved...

instructions and assistance are almost nonexistant; still need a homepage.

shouldn't leave `DEBUG` and `TEMPLATE_DEBUG` on in production. should note these settings in `local_settings.py` and add some more to docs about that

by default, the website uses a development-ready sqlite database on a "real" server, we'd want PostgreSQL or MySQL, since otherwise the site can be DoS'd (since sqlite3 isn't made for...

- update `Docker` to remove haveged from server deploys (OR to remove it after `gpginit` is done - document that having system entropy is only necessary for `gpginit` key generation...

Probably targeting beta at the earliest. Way to integrate batch-uploads with some kind of API. Would need to have API keys or some other authentication mechanism to disallow abuse. Would...

Depends on #9. Probably targeting summer beta, not prototype. After we replace the django admin and use a customized admin, we set up a special version of the "admin facing...

Reported by crucialfelix: render_backend/pil.py works only with transparent images (which is fine with me once I figured it out) eg firetrans.png line 81 and 96 dont parse the integer value...