David Morton

Results 27 comments of David Morton

I pass an option to this role: rvm1_autolib_mode: 2 which makes it not try to auto-install the packages. That also means I have to install those packages with ansible prior...

Once you get past this, there is also a problem compiling grpc: ``` ../deps/grpc/src/core/ext/transport/chttp2/transport/flow_control.cc: In member function ‘virtual uint32_t grpc_core::chttp2::TransportFlowControl::MaybeSendUpdate(bool)’: ../deps/grpc/src/core/ext/transport/chttp2/transport/flow_control.cc:188:74: error: type qualifiers ignored on cast result type [-Werror=ignored-qualifiers]...

nope. We abandoned this project completely. As far as I can tell, this project is unmaintained.

I too just got bit by this... I have my local database credentials in .env.local and was quite surprised that my tests would not work.

This does not appear to be fixed as of version 0.14.3 ...

The best bugfix is one that removes code. :)

I'm trying to drop database cleaner in a project that uses thredded, in favor of rails transactional system tests. Tests that create thredded objects have a tendancy to crash with...

We don't really use threads, in production anyway, but apparently rspec is, and when I remove database cleaner and turn on transactional tests, they hang only when using thredded. Is...

Upon further reflection, this kind of has me worried - I run production in a per-process environment, not expecting threads. Is this a possible time bomb under heavy load?