Sam Hughes

Results 15 issues of Sam Hughes

Pasted from https://github.com/rethinkdb/rethinkdb/issues/6304 -- see for some responses. ---- Please consider documenting how arrays are serialized, in regards to their use for primary keys. On RethinkDB 2.3.5, a simple `r.table("test").get([...])`...

I saw this comment when looking at the IRC logs. Does cursor.toArray() or other driver equivalents call cursor.close()? The docs are not clear on if I should be calling cursor.close()...

In lib/protobuf/message/field.rb, there's some constants set up like this: ``` INT32_MAX = 2**31 - 1 INT32_MIN = -2**31 INT64_MAX = 2**63 - 1 INT64_MIN = -2**63 UINT32_MAX = 2**32 -...

They don't get their ownership taken by the task queue, the way other task pointers do.

Once 2.4.3 is released and the site is updated, undo the hardcoding of the 2.4.3 version number that was added in #1353.

bug

``` srh@pc11:~/rdbsite/docs$ rake cp -r _jekyll/_standalone/assets/. assets/ cp -r _jekyll/_images/. assets/images/docs/ cp -r _jekyll/_data/. _data/docs/ cp -r _jekyll/_includes/. _includes/docs/ cp -r _jekyll/_standalone/_layouts/. _layouts/ cp -r _jekyll/_standalone/_plugins/. _plugins/ bundle exec jekyll...

bug

Other kinds of errors (rarer kinds) still use exceptions (as so many assertions and error-checking logic uses them). - [x] I have read and agreed to the RethinkDB Contributor License...

Right now we add the `"MemFree"` lines and `"Cached"` lines together -- I think we should also add the `"Buffered"` line. For example, this is what my machine's memory usage...

I have merged the QuickJS PR, #6978, into v2.4.x. It still has not been made working for Windows.

This proposal is to add a user-specifiable value to the table configuration. Specifically, a field with name `"user_value"` whose initial value is the empty object `{ }`. For example, if...

tp:ReQL_proposal