Sergey
Sergey
I had the same issue, it appeared that I have used the wrong config
However, I think there should be made some caveats about migration. In the fork: * Method `find` wouldn't return `[]` if nothing found. Consider replacing by `findOneOrFalse` or `findMultyOrFalse` in...
Hi there. Getting exception `preg_match(): Compilation failed: invalid range in character class at offset 4` on php 7.4. Anyone else got that?
Please, resolve this problem. It hurts. And as plans for 2.1.1 are dropped, this issue became dropped too
I have prepared slight improvement over @juanmacias code Put this folder into ./common/extensions/qaConnection Then you can just add `use QaRecordTrait;` to your ActiveRecord model and use it like that ```php...
Unfortunatelly, I'm not familiar with React, so I can't build and test it on my machine. But idea seems pretty simple and wont take much time I hope
https://steamcommunity.com/dev I think you are interested in `Steam OpenID Provider` section. Quick information: ``` Use http://steamcommunity.com/openid as the provider. The returned Claimed ID will contain the user's 64-bit SteamID. The...
That may be usefull for user state syncronisation
For example, user has some balance. If we use locking session then chance of race condition on wallet changes is neligible. Plus, althought redis writes are atomic this does not...