fastfasterfastest

Results 27 comments of fastfasterfastest

Just to be clear, it is not a problem w/ the `hasFocus` binding - it's merely a suboptimal example. And there are several different approaches to avoid this in a...

And a promise is "observable through a promise" as well since a promise's promise method returns the promise itself. Are there any objects (created by jquery or a plain object...

Well, the term "observable" is not defined or documented on jquery.com either, I think. It could/should be added to the documentation as well, since the term is being used in...

E.g., http://api.jquery.com/deferred.then states: > or they can return another observable object (Deferred, Promise, etc) which will pass its resolved / rejected status... I think I read that as indicating that...

> > And a promise is "observable through a promise" as well since a promise's promise method returns the promise itself. > > Exactly. Inception-style ;) However, if one "makes"...

I am also running into a problem with ko.isWriteableObservable not returning true for ko.computed observables during mapping. I also see this issue was reported as https://github.com/SteveSanderson/knockout/issues/580. Unfortunately, I cannot get...

> Thanks for opening an issue. However, I copied the test case to jsfiddle and I cannot reproduce. https://jsfiddle.net/63zby1nt/show FWIW, that fiddle reproduces the reported behavior in Edge 42.17134.1.0 for...

I hadn't really studied the issue reported and was just commenting on @timmywil statement he couldn't reproduce the reported behavior, while I could, even with @timmywil's fiddle. > If I...

>Now I get the true etc results, even on the original fiddle. I did too - until I realized I was using Chrome... maybe you did too? Using Edge, I...

>You might try creating an example not using jQuery and report it to Edge. Note, I was not the original reporter. Nevertheless, here is a fiddle without jquery and it...