David Schovanec
David Schovanec
https://github.com/mceachen/closure_tree/issues/271
I have developement task like `grunt.registerTask("dev", ["server", "jshint", "copy:dev", "coffeelint", "coffee", "watch"])` which will start server and copy files from /src into /public where is index.html and server pointed. This...
One library can have an awesome performance for the cost of ten times bigger CPU consumption than other which has like 2 times worse performance. I think it is important...
How hard it will be to add support for other languages? If it could works with Clojure it will be win win plugin!
Trying this shard and failed right during installation. Shards give me this error ``` $ shards --verbose Updating https://github.com/ysbaddaden/panzer.git Installing panzer (master) git ls-tree -r --full-tree --name-only master -- shard.yml...
Actually, I don't need to use this or any similar library and my focus is totally somewhere else. If there is anybody who actively uses this and would be able...
Based on https://github.com/schovi/react-iscroll/issues/32
https://github.com/schovi/react-iscroll/issues/39
Imagine following structure: ``` account (Account) -> posts (Post) -> owner (User) ``` And following malicious code that assigns the post to an owner from a different account: ```ruby account_malicious...