Cal Leeming
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...
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...
~~ # 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. 
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...