Jason Staten

Results 9 issues of Jason Staten

After [asking about docstrings](https://gitter.im/gerbil-scheme/community?at=5eda9d203ffa6106f1f8ebd2), @vyzo recommended opening an issue to encapsulate discussion. There was [previous discussion](https://gitter.im/gerbil-scheme/community?at=5ecd3814778fad0b13292792) about it in gitter on May 26th. Some points brought up were around: *...

documentation

Currently, close messages are not handled according to spec.

RFC Compliance

In order to support the `whatwg-fetch` polyfill which sets `responseType='blob'` for every request, create a new Blob when the responseType is `blob` and the body is a string. Added integration...

Right now if you want to remove 5 jobs, you have to click 5 trash cans. We should be able to select jobs via checkbox and perform an action.

enhancement

Accidentally touching these can have adverse effects. We should require a confirmation for performing these actions.

enhancement

It might be useful to `use strict` to call out leaks and such.

feature

IE8's `fireEvent` will raise an 'Invalid Argument. ' for events that are not in its predefined list (onclick, onblur, etc.) Fixing would require tracking events outside `addEvent` and bubbling them.

bug

What are thoughts about moving the `loadAsync` parts out of core? It could help compatibility with those who are using other loaders and also trim some size.

feature

How would I create the css rule `* {box-sizing: border-box;}`? I've tried `[:* {:box-sizing "border-box"}]`, but I receive an invalid selector error. I understand forest discourages global/descendant selectors, but this...