Cal Leeming

Results 29 issues of Cal Leeming

Upon trying to use blocks, I encountered many compatibility problems when trying to get Python 3.3 to work, even when using virtualenv. And when it did finally work, there were...

It would be great if CodeKit had support for a headless client, which could run on multiple platforms. Currently if you want to compile a CodeKit site, you have to...

Currently the request context is stored in the `request` global, which can encourage anti patterns such as accessing the request object from a database model. I'm thinking that a cleaner...

Feature
Needs input
Needs tests
Needs docs

Also a duplicate of #820. The [docs](https://bottlepy.org/docs/dev/tutorial.html) state the following; > Bottle uses the charset parameter of the Content-Type header to decide how to encode unicode strings. This header defaults...

Needs docs

~~ # What I propose that `notnull()` should use `IS NOT NULL`. If the maintainers agree with this change then I'd be happy to submit a PR. # Why As...

* **asyncpg version**: v0.25.0 * **PostgreSQL version**: 14 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: on-premise *...

If an XML doc contains an element name which is not lower case, bad things happen. It would seem this is related to #84, and indeed setting `parser='xml'` fixed the...

The README states that this library has browser support, but does not state which browsers are supported, nor does it have any automated test (e.g. browserstack). Could someone please clarify?...

Notice how request body is syntax highlighted but response body is not. ![screen shot 2015-07-22 at 12 01 39](https://cloud.githubusercontent.com/assets/651797/8824002/8af3b96a-3069-11e5-984a-19fc83fcf812.png)

type (4): Bug
status (5): Tooling Implementation
scope (6): Other

In the below screenshot, you'll see that the "Example" is always appended to the end of the line, and there seems to be no way to force it onto a...

scope (3): Apiary.io
status (5): Tooling Implementation
type (3): Improvement