Viewing profile — wmrowan
wmrowan
HN member- Joined
- Fri, Nov 09, 2012, 7:22 PM UTC
- HN karma
- 93
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About wmrowan
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…