Daniel Dickison
Daniel Dickison
See [pull request 6](https://github.com/jbrantly/yabble/pull/8) for another way to achieve ab63de6 without breaking Module/1.1 compatibility.
I'm confused by 043a88e -- it looks like you're trying to enabled something like `require('http://server.com/some-module')`, but I don't think node.js lets you do this. I can see it being more...
@dpservis As Brian mentioned, we recently migrated our entire site from knockout 3.5.1 to tko. We ended up fixing some compatibility issues in tko itself that haven't been released yet...
I just made a tko-compatible port of switch/case here: https://github.com/mbest/knockout-switch-case/pull/17 It would be great if you can take it for a spin to test. It's working well in our project...
@resonant16, I'm not sure what you mean. Downloading CSV files is exactly what Autoingest does and, wrapped in a script like appdailysales, it's quite handy. Definitely beats screen scraping (though...
Ah, you're right that there's no need to clone the request (and I agree that the cost of cloning is likely negligible in any case). I had incorrectly assumed that...
That seems like a reasonable solution to this requirement. Thanks!
It's currently possible to send bundles but not receive them. Check out the "TODO" note in `-[OSCDispatcher dispatchPacket:]` here: https://github.com/danieldickison/CocoaOSC/blob/master/CocoaOSC/OSCDispatcher.m#L216 I haven't been actively developing this library in a long...
Seems like `position: device-fixed` [was proposed](http://www.quirksmode.org/blog/archives/2010/12/the_fifth_posit.html), but it doesn't seem to be supported in Safari (8.0.4).