Nikolay Dobromirov
Nikolay Dobromirov
https://github.com/yiisoft/yii2-mongodb/blob/837c14c8a38055cd97d6f8b551eef27616f3c8c5/src/Connection.php#L203 The recommended protocol for connection DSNs in some cloud providers is: `mongodb+srv` This is failing with an exception that a default database can not be found. After setting the...
**Problem:** When using the module through BLT manager (step2: https://blt.readthedocs.io/en/latest/readme/creating-new-project/), the scaffold step was never executed. There were no errors or warnings in the output, just no files after project...
This package was added as a dependency from `drupal/console-core` and everything that is managed by composer lands correctly in the vendor folder, except this one...
On fast PCs sleep 20 is too much :) This was apparently discussed and decided on: https://github.com/docker/docker/issues/18993 BR.
The component loads the whole files into memory. Then parses the whole result as arrays in memory again. At the moment there is no easy way to work-around this. I...
As it is all stats are aggregated in `mongobetween.` namespace. If you have a set of pools, all of the once are shown in the current namespace. We should be...