Mitchell Harris
Mitchell Harris
Long values printed to Proto-repl will occasionally truncate their values. e.g. ``` (Long/valueOf "66432492550333186") ; 66432492550333180 (println (Long/valueOf "66432492550333186")) ; 66432492550333186 ``` Notice that when Proto-repl is handling the printing,...
Let's say there is a function `F(x)` such that `x` is an object, and `f`returns a Promise. If inside of `f`, `x` is mutated, such as via `x.a = 'blah'`,...
In e0fc008b2445bf758a9efd0bf1b0630f3861ea02 the license file was renamed. This orphaned a link in the readme. Fixing it to point to the newly named license file.
Looking at the NAR calculations, I assume it's supposed to be following that [NAR formula](https://www.lendingclub.com/public/lendersPerformanceHelpPop.action) provided by Lending Club. However, that formula is totaling valued as summed up over each...