Eduard Kozachek

Results 7 issues of Eduard Kozachek

Fixing errors like "[Vue warn]: Duplicate keys detected: '3'. This may cause an update error." for vue@^2.6.12

First I tried to use `.fromArray()` but after some struggle I understood, that if I'll use `.fromArray()`, the `.isChanged()` will be always `false`. So I propose to create separate method...

Key option: needed for socket.io-redis compatibility, because currently socket.io-redis is using `prefix + '#' + namespace + '#'` and `prefix + '#' + namespace + '#' + room + '#'`...

Added method to find a specific model by a given meta property value

Method to add meta clause to the search query

At line 112 of jquery.bt.js source used method .prop() which was added in jQuery version 1.6 So I think this fact should be described in the source code (instead of...