Dean Taylor
Dean Taylor
In Caddy 1.0.3 I've been seeing "`superfluous response.WriteHeader`" and "`wrote more than the declared Content-Length`" warnings / errors output in the logs. I managed to track it down to when...
I’m seeing a bunch of http: multiple response.WriteHeader calls output in the logs. I tried removing the cache config sections consisting of the following: ``` cache { status_header X-Cache-Status }...
# Steps to reproduce 1. Setup a domain based multisite on `example.net` 2. Add a new subsite setting `www.example.co.uk` 3. Configure LS Config CSS/JS/Page Cache settings to on. # Expected...
It appears in my current environment `\P2P_Dropdown::get_choices` called from `\P2P_Dropdown::render_dropdown` may be causing _ALL_ posts of the current list type (read 1000's) to be queried when the connected posts (<...
Currently a new SSH connection is made for each upload when `grunt-contrib-watch` is used to upload changed files via a `sftp` task. Opening a new connection for each change can...
The [Twitter Web Intents JavaScript API](https://dev.twitter.com/docs/intents) specifically mentions the following call for **Re-evaluating content**: `twttr.widgets.load();` This is currently being used. However more recently a parameter can now be passed to...
Setting a value via `this.set('parent.value')` would fail to set. In addition the value didn't seem to be set, debugging in step though the old value was being used instead of...
Attempting to drop a file the "no drop" mouse cursor is displayed and drops are ignored:  ``` // Name: Drop Test import "@johnlindquist/kit" let files = await drop(); let...