Dave Johansen

Results 154 comments of Dave Johansen
trafficstars

You still haven't answered the original question of why this isn't a bug that needs to be fixed. A response is received from the server indicating an error happened, so...

Is there a way to use the SDK in a synchronous/blocking manner? It feels like there's a lot of complexity from the callbacks and such, so can it be used...

F14EC0BF-E65E-45F4-B960-78F5BD1C8BD8/20231226225116

And with 4.26.1: F14EC0BF-E65E-45F4-B960-78F5BD1C8BD8/20240116215129

4.28.0 F14EC0BF-E65E-45F4-B960-78F5BD1C8BD8/20240322001458

4.32.0 D8969EB6-6549-4FBF-A1A7-5B4D62D28F63/20240712234025

4.33.0 D8969EB6-6549-4FBF-A1A7-5B4D62D28F63/20240828141918

Here's a Dockerfile that builds RethinkDB from scratch for Alpine and a Debian version would be pretty close as well: https://github.com/rethinkdb/rethinkdb-dockerfiles/issues/32#issuecomment-297428635

Here's a Dockerfile that builds rethinkdb against Alpine 3.5 (the latest stable release). It's 73 MB compared to the 183 MB of the existing image and would allow those using...

Installing a package only supports the version available for the OS in questions. Building it from scratch is the preferred solution since you can support the newest/multiple versions. There are...