Russell Beswick

Results 15 comments of Russell Beswick

I think I found the chunk of code responsible for this issue. This is from the unminified UMD script at https://unpkg.com/@zxing/browser@latest/umd/zxing-browser.js ``` try { // const result: Result = reader.decodeRow(rowNumber,...

@pojntfx I haven't run into any side-effects as of yet but I also haven't rigorously tested this either. The client I was working with at the time hasn't reported any...

@gabmontes Thank you for pointing out this behavior. I had been simply ignoring errors generated by `toArray` and moving on to the next operation which acts as a fallback if...

I came up with a recipe for building rethinkdb 2.4.2 on apline:3.15 which is a stable branch. It uses ARG directives that can be overridden from the build command and...

From my build log it looks like it ignored the installed boost-dev package (1.77.0-r1) anyway and instead built with the fetched version that you mentioned. None of the build dependencies...

@daveisfera I based my Dockerfile partly on your example as well as others that I found. The difference with mine is that I use several RUN commands to create cached...

I used a variation of the suggestion by @zafhiel but instead of an extra Dockerfile I just added the required packages in an earlier stage. ``` FROM rethinkdb AS base...

@metal3d, I maintain an [Alpine based image](https://hub.docker.com/layers/rethinkdb/besworks/rethinkdb/python/images/sha256-50b5caec6b37b59b9748f4b29d50a4967326d8222edc806ab4a0bc19fc9d9d8d?context=explore) with the python drivers included which you could use. ``` docker pull besworks/rethinkdb:python ```

@u-rogel didn't specifically mention what features were lacking from the web interface, but I'm pretty sure [this issue](https://github.com/rethinkdb/rethinkdb/issues/7109) that affects v2.4.3 is what he was referring to.

> Have you solved this problem? I have not encountered the issue again. I also had not checked the status of that lost chat history until just now. Turns out...