Roy Jacobs
Roy Jacobs
I've also tried a build with the revisions mentioned in https://github.com/mrk-its/rust-mos/issues/16 but that returns the same error.
The second button of the Hue Wall Switch has also stopped working due to this change.
We are also running into memory leaks in combination with Knockout. Disabling template rendering causes the memory leak to disappear, so we are assuming it is related to jquery.tmpl somehow....
To remove knockout from the equation, I have modified the jquery.tmpl "each" sample to continually rerender the same template. In this case, memory usage also continually increases. The fiddle is...
I've also identified the cause of the leak in KO: jquery.tmpl adds data with key 'tmplItem' to the rendered elements. This is not cleared by Knockout when it removes DOM...
Excellent. KO has also improved support and now uses the proper methods!
Good :) As far as I'm concerned this issue can then be closed, though others may want to weigh in as well.
Additionally, there is already a precedent in the Spring Boot white label error page which can can be configured to show stack trace information.
The latter option (KoJSObservable / DojoProperty) would be very useful. The situation in which you would need to annotate _every_ getter and setter with an interop attribute specifying the exact...
@erik-kallen: Certainly I agree with supporting both and I don't even have a preference for this specific syntax. But I definitely would love to be able to just mark a...