Oleg Abrosimov
Oleg Abrosimov
See my `composer.json` here: https://github.com/coenjacobs/mozart/issues/106 `woocommerce/action-scheduler` is not processed and stay in the `vendor` directory.
Related to the #230 To reproduce, in the https://github.com/mfontanini/cppkafka/blob/master/examples/consumer_example.cpp#L76 example replace ```cpp consumer.subscribe({ topic_name }); ``` with ```cpp int partition = 0; cppkafka::TopicPartition initialPartition(topic_name, partition); cout
The problem is that consumer not working when latest rdkafka lib version is installed. I've found that the last working rdkafka version is the `0.11.6`. The next one is a...
I've set `language = ru` in `freeminer.conf` file and in all `game.conf` files I've found, but game interface is still in english. It seems that `locale` folder should exists, but...
``` /home/olegabr/freeminer/src/camera.cpp: In member function ‘void Camera::update(LocalPlayer*, irr::f32, irr::f32, v2u32, irr::f32, int, ClientEnvironment&)’: /home/olegabr/freeminer/src/camera.cpp:486:46: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] (g_settings->getBool("free_move") == false && current_camera_mode == CAMERA_MODE_FIRST ||...
@spekary 1. There is an 'eval' in qcubed.js with a todo note to try to remove it. I needed to do some changes to how javascript code was executed, and...
Have a look at https://github.com/olegabr/qcubed_examples It is a standalone qcubed examples repository for the 3.1 branch. I've extracted it preserving all git history. It contains code to run examples with...
Provide some kind of MIGRATIONS like here: http://laravel.com/docs/database/migrations Think of migrations as a type of version control for your database. Let's say your working on a team, and you all...
Provide a SCHEMA BUILDER based on a QQuery The Schema Builder provides methods for creating and modifying your database tables. http://laravel.com/docs/database/schema
The topic: http://qcu.be/content/mysql-master-slave-support-qcodo. @nleung asked for the support of this feature in qcubed. The qcodo-based article with code: http://sujee.net/tech/articles/qcodo-master-slave/ The qcodo-based site that utilizes this technique: http://www.uloop.com/ The original post...