Etienne Laurin
Etienne Laurin
### Package and Environment Details (include every applicable attribute) * Package Name/Version: **boost_algorithm/1.69.0** * Operating System+version: **Windows 10** * Compiler+version: **VS 2017** * Docker image: N/A * Conan version: **conan...
As reported in https://github.com/rethinkdb/rethinkdb/issues/6182 The example might look like this. ``` .update(lambda row: { "array": row('array').map(lambda elem: r.branch( elem['name'] == 'Bob', elem.merge({ "age": 27 }), elem))}) ``` Is there a...
This would make it easier for someone to read all documentation in a linear way or to download it for reading offline.
The examples from the old documentation were validated by a very simple script that should be ported to the new docs repo. When someone implements #54 the validation could be...
After fixing #2 I now see `10 of 2054 tests failed`. For example: ``` Section test_upstream_joins: Tests that manipulation data in tables FAILURE in ‘ij.count().run(*conn)’: Expected: ‘2500’ but got: ‘Error("runtime...
See https://groups.google.com/forum/#!topic/rethinkdb-dev/6GeJW-srWAg
It just reports: ``` RuntimeError: Server cluster_DgIlot stopped unexpectedly with return code: -5 ```
It speeds up development. Errors in newly written code show up first. There is no need to wait for unmodified files to build when a header changes. I've been adding...