csd icon indicating copy to clipboard operation
csd copied to clipboard

Code Smackdown - Erlang version of the CodeSmackdown - source for the Erlang Web Development series

Results 5 csd issues
Sort by recently updated
recently updated
newest added

Dependency on jiffy is broken since jiffy no longer exists there

I could only make this Makefile work replacing all variable references to @$(REBAR) with the direct call "./rebar". Using Ubuntu 12.04. https://github.com/OJ/csd/blob/Part4-20120215/Makefile

Apparently in this file: https://github.com/OJ/csd/blob/Part4-20120215/apps/csd_web/src/csd_web_snippet_resource.erl Extracting the corresponding value to key from the dist needs an additional call to dict:from_list. Related to updated versions of mochiweb/webmacine? Line 17 should the...

I noticed that riak dev setup uses other ports, eg. {http, [ {"127.0.0.1", 10018 } ]}, for dev1, 10028 for dev2