Matthew Doty

Results 13 issues of Matthew Doty

It would convenient if vectors of keywords could be automatically expanded. Here's what I have in mind: ``` clj (def user-select [:-webkit-touch-callout :-webkit-user-select :-khtml-user-select :-moz-user-select :-ms-user-select :user-select]) (garden.core/css {user-select "none"})...

idea

Apparently solidity has support for arrays now, so some of the `map(uint => _)` structures can be replaced.

This changes the output of the `gulp browser:uncompressed` to generate a _Universal Module Definition_ (UMD) as described [here](https://github.com/umdjs/umd). I have verified that the generated UMD file can be loaded in...

This is on the horizon: http://www.w3.org/TR/WebCryptoAPI/ It would be great if bitauth was ready and supporting this as soon as implementations start to emerge in browsers.

It would be nice to be able to start a webserver in a unit test with a unique port, connect to it with a web client to make sure a...

enhancement

It would be great if libcello wrapped libtool's dynamic module system: http://www.sourceware.org/autobook/autobook/autobook_162.html http://www.sourceware.org/autobook/autobook/autobook_163.html Then you could get namespacing for cheap: ``` with (https in module('https.la')) { var options = new(Table,...

This is a duplicate of #123 , but I was hoping for a slightly different solution than the one provided there. I was hoping to get a free port so...

Various cosmetic changes

This is the start of my feedback on this.

After starting this project, I ran ``` bash npm install bower install grunt test ``` Returns the following error: ``` Chrome 29.0 (Mac) Controller: MainCtrl should attach a list of...