Serhii Stotskyi

Results 44 issues of Serhii Stotskyi

binders with asterisk in the name slows down the execution of binders almost in 2 times! Proof: http://jsperf.com/rivets-each-and-star-binding/6 @blikblum @Leeds-eBooks @Duder-onomy

Currently rivets doesn't support observing of custom getters for some reason.

Currently only keypath expressions and primitives can be passed as parameters to both components' attributes and binders value. I suggest to allow users to extend this functionality. So, I for...

`postcss-sprites` is a plugin for `postcss` thus should include `postcss` as `peerDependency` and not as `depedency` in package.json. Currently I have several postcss plugins and all of them use different...

Hi First of all big thanks for such a simple and configurable library :wave: I found that in the latest vesion `translate` and `translateUnsafeHTML` are not wrapped with `directive`, so...

Fixes matrix-org/matrix-spec#475 [full proposal](https://github.com/stalniy/matrix-doc/blob/sse-support/proposals/2108-sync-via-server-sent-events.md) ## Introduction Currently, Matrix clients use long polling to get the latest state from the server, it becomes an issue when you have a lot of...

proposal
kind:feature
needs-implementation

I found a comment `// Complexity of this method is beyond simply using => functions to bind context` in `DataStore.js` file and would like to simplify `defineMapper` method. By simplify...

in progress
chore
moderate
v3
mapper relations

## Description Currently offline first applications are quite popular, so it would be good to have section in documentation which explains how js-data can handle this case. **My thoughts on...

## Problem Currently when you run a mutation, there is an `update` function which can help to update cache for existing queries. The issue is that at that moment you...

- [ ] this interpreter should be part of `@ucast/mongo` - [ ] it should support the same operators as js interpreter from `@ucast/js` - [ ] it should allow...

enhancement