Sorin Iclanzan

Results 6 issues of Sorin Iclanzan

Basically translating on the Z axis has no effect in screenshots grabbed by webkit2png. I have created a basic [example in JSBin](http://jsbin.com/yalezifa/2) to illustrate. I am running on OS X...

investigation-needed
bug

Is it possible to give `Html a` a Monoid instance like React.Basic is doing for `JSX`?

Using a configuration like so: ``` { fileSystems = { "/" = { device = "none"; fsType = "tmpfs"; options = [ "defaults" "size=2G" "mode=755" ]; }; "/nix" = {...

The [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) is already available in Chrome and Firefox. It would be nice to intercept it as well.

pr welcomed

I have a long running process that watches files and runs scripts through `smokestack`, but the process gets killed soon after Chrome closes (https://github.com/hughsk/chrome-launch/blob/master/index.js#L50). Would be nice for `chrome-launch` to...

Right now in-publish returns false if ran from `npm run prepublish`. I think it should return true.