Dustan Kasten

Results 15 issues of Dustan Kasten

At least having any specific chrome integration points isolated from the primary devtool would be awesome to add support in later with another `browserify` command or entry point.

It would be nice to be able to write metrics in userland. I’m thinking of being able to add something like what @andrewrota linked to from #69 could be written...

This is just a quick proposal to change the current render/mount syntax. The motivation is to remove the need to require both `react-blessed` and `blessed` and let `react-blessed` manage both....

question

This is the start of rollup integration that I started exploring today. If this is entirely undesirable that’s cool, or if there is any particular way you want it integrated...

This bit of code works perfectly fine with Traceur. ``` var $$ = (selector, context=document) => [...context.querySelectorAll(selector)]; ``` With the es6-transpiler the output is: ``` var $$ = function(selector) {function...

question
spec problem

> We are in the process of deprecating the mdn/data package in favor of [w3c/webref](https://github.com/w3c/webref). If you depend on this project, let us know in our community [GitHub discussions](https://github.com/mdn/mdn-community/discussions/categories/platform). Thank...

Is there a reason this wasn’t already included? Having a displayName with each description would be beneficial for tools that are using docgen without having to re-read the js file...

improvement
custom-handler

To the few of you following along and anyone who stumbles across here: I’m currently on paternity leave (part of why it’s been so quite for so long). That said,...

I took the tests modified from #17 but modified for a flattened API. After experimenting with the firmata API directly I’m fairly convinced that exposing `servoConfig` as a property in...

### Pin - [x] `pinMode(pin,mode)` - [x] `digitalWrite(pin,value)` - [x] `digitalRead(pin,callback)` - [x] `analogWrite(pin,value)` - [x] `analogRead(pin,callback)` ### Servo See #18 and #17. - [x] `servoWrite(pin, degree)` - [x] `servoConfig(pin,...