Cal Smith

Results 26 comments of Cal Smith

Odd, I can't reproduce that locally, maybe it's a conflict with another plugin?

Interesting, I was sort of able to reproduce the issue ... naturally once you start excluding large quantities of messages (in this case, large quantities of spam) there will be...

Also, if I could get your IITC version, browser and browser version, and (probably unnecessary) plugin version that would be handy

Reading the spec it seems that the headers should be set automatically? - https://fetch.spec.whatwg.org/#concept-bodyinit-extract I've already cooked up a solution for attaching POST variables however, so that much is done.

IIRC the "living standard" is now specifying XMLHttpRequest in terms of fetch, which explains how I got there. That being said it's probably better to stick closer to XHR. It...

So I did some testing and reading up - Any URL can include paramaters (url.com?a=1&b=2), but POST can include data in the request body as well (for forms etc). The...

Fix for 1.0.1 is in 72121099e48539c37dd527667d743c995193375f I'll target additional functionality for 1.1

This is definitely on the table for either 1.0.1 or 1.1

The line graph is separate from the normal dashed line connecting the checkpoint markers - it's a linear regression of the score to the current checkpoint. The second issue should...

Ah, and this is why we test on multiple machines 😆 easy enough fix