Graham Dumpleton

Results 70 issues of Graham Dumpleton

## What is your suggestion? VS Code now has the workspace trust feature which requires a workspace to be trusted before working in it. Upstream VS Code does have a...

enhancement

If trying to use SSL, but don't specify ``--https-port`` it doesn't do anything. If wrong try and set ``--port``, then get hard to interpret errors from client. See: * https://groups.google.com/forum/#!topic/modwsgi/XnZ5r9VP8LE

Raised in: * https://groups.google.com/d/msg/modwsgi/ch4SSgZdnZg/zczmpoAeAwAJ Need to mention that can use ``wsgi:info`` to log at extra level of detail just for mod_wsgi.

Lack of documentation mentioned in: * https://groups.google.com/d/msg/modwsgi/ch4SSgZdnZg/zczmpoAeAwAJ

If the daemon mode process crashes when yielding a chunked response by virtue of not setting a content length, or if either embedded or daemon mode is used and the...

The ``mod_wsgi-docker`` project has effectively been dead for some time. There are various reasons this happened. These include: * Docker Inc changed how automated builds worked on Docker Hub such...

When checking for '_self_' prefix, currently invoking starts with() method of the string object. It would be more efficient where the name is a string object to use PyString_AsString() to...

enhancement

The current implementation marks everything as closed on client side when the web socket for the control connection is closed. This is a big problem when hosting on Kubernetes with...

Fixes: * https://github.com/paradoxxxzero/butterfly/issues/190 * https://github.com/paradoxxxzero/butterfly/issues/195 That is, ensures that URL path supplied with ``--uri-root-path`` is added to front of URLs generated in response to ```` (themes) and ```` (sessions).

The file ``coffees/ext/sessions.coffee`` generates fixed URL /sessions/list.json and others. The code needs to use document.body.getAttribute('data-root-path') as prefix for generated paths when ``uri_root_path`` option.