R.J. (Steinert) Corwin

Results 34 issues of R.J. (Steinert) Corwin

Hi there. I've been studying service workers for some time and have yet to find an example of how to prompt users if they would like to install a cached...

Debugging the tests in the browser as opposed to phantomjs would improve my workflow greatly. I'm still a grunt n00b but I imagine we would create a new Grunt task...

question

Turns out the mysterious OPTIONS request we saw when doing a PATCH request is not jDrupal. Browsers do a "pre-flight" OPTIONS request before sending data over the wire to make...

Hi Todd. I didn't realize this library was a CLI until jwcooper pointed it out [here](https://forums.adafruit.com/viewtopic.php?f=56&t=86025&p=433261#p433261). I had been building [my own CLI](https://github.com/openpipekit/opk-cli--adafruit-io) just for sending data. I'm attempting to...

The API for form elements in standard HTML and in Polymer iron-form elements is more complicated than it needs to be. I propose that every element with a `name` attribute...

I figured it would be having `name` and `value` attributes and dispatching a `change` event but I see that `...` doesn't fire when my custom elements dispatch `change` event. I...

This element used on its own doesn't make sense. It behaves like a checkbox and the existence of this repository only creates confusion that it might behave like native ``...

This PR was inspired by a discussion with @RangerMauve who is also working exciting additions to dat-gateway to allow DatArchive support through a websockets connection to dat-gateway https://github.com/bunsenbrowser/bunsen/issues/40 This refactors...

This enables CORs and will respond with a 200 at the root of the server. Why does this matter? Here's a PoC I whipped up that relies primarily on a...

dat-fox uses dat-gateway under the hood to bring support for dat to Firefox, we're considering the same for Bunsen browser. However, something hot on our todo list is to add...