Anders Brownworth

Results 11 comments of Anders Brownworth

I'd rather not do this as passing those arguments on the URL seems bumpy. I'd rather it as a hidden "feature" and if so, on all pages that use difficulty.

Can you remove the change to views/index.jade?

Can you delete the change to `views/index.js` that removes the new line at the end of the file?

I think you want to add Turkish to line 59 of app.js as well. ``` locales:['en', 'ja', 'pt', 'es', 'pl', 'zh-CN'], ```

I don't yet see an updated commit... happy to include once that comes in.

Can you resolve the conflicts in app.js? Looks like you have an older version...

Yeah, that's exactly right. The demo doesn't attempt to reconcile all the spends to make sure nobody goes negative. I hand-waived that because I didn't think it was worth the...

I might suggest that rather than making the block red if a user is trying to spend money they don't have, you make the user's name red so you emphasize...

I'd suggest that you calculate it forward in time. In other words, for each user that gets money (either by a coinbase transaction or a standard transaction) create an account...

Yep, let's do it.