Live data from Hacker News

Viewing profile — wmrowan

wmrowan

HN member
Joined
Fri, Nov 09, 2012, 7:22 PM UTC
HN karma
93
Public activity
6 items

About wmrowan

No profile information was provided.

Recent public activity

  1. comment
    Comment #25156285

    The vast majority of people using TypeScript in their projects won't run into the deeper complexity of the type system. For the average TS user the only visible impact of features …

  2. comment
    Comment #15992503

    Companies issue shares. These shares are listed as a liability on the company's balance sheet. Each share represents a liability to the company because it entitle its holder to a s…

  3. comment
    Comment #5761857

    That's a good question. I've given some thought to how we might build drivers in languages that don't support lambda functions and unfortunately, there don't seem to be any good an…

  4. comment
    Comment #5396729

    Thanks for the notes gsibble, please let us know anywhere where we can make the docs more clear, especially anywhere the behavior has changed since 1.3. We appreciate your patience…

  5. comment
    Comment #5268617

    Currently RethinkDB has official drivers for three languages, Python, JavaScript, and Ruby. I hope you understand why it would be difficult for us to support many more than this. E…

  6. comment
    Comment #5155676

    This is Bill @rethinkdb The distinction between query.run(conn) and conn.run(query) is very fine indeed. There has been much discussion about this and there are both solutions have…