Zane Hitchcox

Results 61 issues of Zane Hitchcox

Hey Dan! Thanks for being so accessible haha... I was just wondering what you thought about testing React.PropTypes. Not, like specifying a prop type on a component, but actually writing...

Is there a reason not to use a Union Type for the visibility? https://github.com/evancz/elm-todomvc/blob/master/Todo.elm#L78

So, I want to give my users the ability to sign out of all other devices. Is that something I could do with this software, or would I need to...

Have you guys considered renaming to extfsprogs to reflect that this supports the latest standard rather ext2? It kind of makes this look like an outdated library at first glance,...

For `fs.read` and `fs.write`, execution continues even after `S.err.EBADF` is called: ``` fs.write = function write(fd, buf, off, len, pos, cb, _n_) { cb = GROUP(cb, function () { var...

```js | | var getId = exports.getId = function getId() { | return globalGetInterceptor(global, "id")++; | }; ``` So, this is the error, not really sure how to fix it...

```js var handler = { get: function(target, name) { return name in target ? target[name] : 37; } }; var p = new Proxy({}, handler); p.a = 1; p.b =...

I get a `butterfly: command not found error` when trying to install using pip on ubuntu 17.10. I know little to nothing about python, so that's about all I'm going...