Sam Hughes

Results 129 comments of Sam Hughes

Could I say again how freaky that var_541 thing is? I can't reproduce it in 2.4 or before. What browser are you running? Could it be its JavaScript engine?

That's because you wrote `a + 1` instead of `a.add(1)`. But in the ... Okay. In the screenshot, I guess you ran `a + 1`, got the output, then edited...

That information is located on https://rethinkdb.com/docs/install/ under "other architectures." That's pretty incomplete, as you can see. It could describe "unsupported" architectures that are known-working, and actually have some degree of...

Moved to docs repo. #1344 has some further documentation. It's not a big table of known-working combinations of architecture and platform, though.

I don't plan to do anything beyond PR #1240 changing the text color, myself, but any other accessibility fixes are welcome.

Thank you for the report. The website gets redeployed whenever we update the master branch (of www? of docs? I forget). So I merged one of the dependabot PR's: https://github.com/rethinkdb/www/pull/300...

I'm pretty sure you're describing a bug. Are you positive you're seeing this?

You have to construct a new array -- you can't update individual values.

This is a behavior of the Python driver, not RethinkDB itself, which only has one numeric type, finite 64-bit floats. I think the related code is here: https://github.com/rethinkdb/rethinkdb-python/blob/master/rethinkdb/ast.py#L780 and that...