Sergey Odintsov

Results 38 comments of Sergey Odintsov

I try error on Arduino 1.6.0 and CLion 2017.2.3: ``` /Applications/CLion.app/Contents/bin/cmake/bin/cmake --build ./cmake-build-debug --target Camera_v2 -- -j 2 [ 89%] Built target nano_CORE Scanning dependencies of target Camera_v2 [ 92%]...

No, I use amphp cluster and rabbit with Prefetch count = 30. Ev lib not stable working, I change it to Uv lib.

Do I need to connect to the DB every time I run a test? This is terrible.

Did not help. I see a same error: ``` pg_connection_busy(): Cannot set connection to nonblocking mode, /project/vendor/amphp/postgres/src/PgSqlHandle.php:117 ```

Try connection with pgbouncer.

I try similar errors with version 1.4.1: ``` pg_connection_busy(): Cannot set connection to nonblocking mode, /project/vendor/amphp/postgres/src/PgSqlHandle.php:122 ```

I think I have found the reason for this error. I use pgbouncer with pool 20, my php worker pool 20 and other app with pool 20. When the php...

Thanks for your support. These are very big changes, I need more time to test it.

I try checking this PR and have caught errors: - `NameError: uninitialized constant ClickhouseActiverecord::Schema` with rake task `clickhouse:schema:load` - I try change in schema file `ClickhouseActiverecord::Schema` to `ActiveRecord::Schema` and have...