Samuel Rajan D

Results 7 comments of Samuel Rajan D

@SamMousa - Can you please add some clear documentation linked to the readme section with few real-world examples to explain this composition method. Linking to relevant (now absolute) craft docs...

I'm happy to do it as long as you give your thumbs up. My question here is more on is it ok to have a `yii/db/BaseConnection` and `yii/db/BaseTransaction`? like we...

Hi @s1lver, our projects use mongodb as the backing DB. We don't want to add any other dependencies. Also, we don't want to use file driver because we might have...

Asking for the sake of understanding. Why would you say MongoDB is a `strange solution` and `non-standard` queue? Based on my research, MongoDB doesn't need an external Mutex.

Something like this is needed, but I'm afraid it might not cover all edge cases. The best thing to do would be to write an extension service class for phpstan...

I had to do some hackish doc overrides to get stuff done. I'm pasting below the snippets of what I'm using for reference. Thanks in advance. `MyActiveQuery.php` ```

I'll do, but please have maximum scrutiny when reviewing this as I don't have experience with all use-cases. I might be narrow sighted.