Matt Haggard

Results 35 issues of Matt Haggard

I keep getting this error when I make many simultaneous queries (klein -> alchimia -> PostgreSQL): `QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30` I'm...

Fixes #211 I don't know if this is the way you'd fix it or not. It pairs the normal matcher and error handler into a tuple which is then passed...

There's this code in `server.Request.process`: ``` python try: resrc = self.site.getResourceFor(self) if resource._IEncodingResource.providedBy(resrc): encoder = resrc.getEncoder(self) if encoder is not None: self._encoder = encoder self.render(resrc) except: self.processingFailed(failure.Failure()) ``` And since...

bug

For testing, this works: ``` pip install humancrypto humancrypto rsa create-private /tmp/foobar.key humancrypto rsa self-signed-cert --common-name foobar /tmp/foobar.key /tmp/foobar.crt openssl pkcs12 -export -out /tmp/foobar.pfx -inkey /tmp/foobar.key -in /tmp/foobar.crt -passout pass:foobar...

feature
security-sensitive

LHTML is a mouthful, and it's 5 letters. Let's find something that's 3 letters and rolls off the tongue.

In fixing #32 I had to allow the session (from the guest partition) to make requests to `chrome-devtools://` but I'm not sure if this opens up security concerns. Does it?

question
security-sensitive

Some documents could benefit from having items put into the application's menu (and being able to assign shortcut keys to the items). Consider if it's secure and worth adding an...

feature
security-sensitive

I could argue for and against building encryption *into* LHTML files. For: - Easier for users (cause they don't have to use a separate program) - If the viewer/editor reads/writes...

feature
security-sensitive