Replies: 1 comment 1 reply
-
You can probably make a feature request to add extra overload method or new method. It's a bit different to the issue you referenced which was a bug report. Roland is more likely to approve the idea of it if it's new functionality and a new method or overload. That way in the issue you can coordinate how to design it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background: #640 (comment)
I just lost a day and half chasing down a very curious undesirable behaviour which I now realise was caused by the above. It took me that long to realise where the problem lied, and from there I could search for info and solutions.
Is there a reason why we can't add
useReplaceForUpdates
as an argument to theISortedChangeSet
flavour ofBind()
in a similar manner to how it is implemented inObservableCollectionAdaptor
?I am guaranteed to forget this episode and end up scratching my head for another day at some point in the (not too distant) future.
I would be happy to propose the PR.
Beta Was this translation helpful? Give feedback.
All reactions