-
As part of the changes I'm making to the API for 0.6, I thought I'd talk about some of the goals and things I want to fix:
#### Extract the data-binding engine
This will allow me to finish of the vir…
-
### Current behavior
Not showing any ContentDialog created from MmainModel using xamlRootProvider thats xamlRoot was set while the Page Loaded Event
Same Behaviour if you try to do the call from a x…
-
@BillWagner @MisterJames @tonysurma @sanilpaul @stevejgordon @VishalMadhvani
This is an overall pattern I've noticed in allReady, where every time we go to query something, we're always allowing the…
-
In the various ajax methods (save, fetch, etc) Backbone uses success and error callbacks passed as functions in the options object. It would be nice if we could use Promises instead but in a way that'…
-
Our team has started using kotlin-coroutines-rx2 to incrementally migrate our codebase from RxJava2 to coroutines. In so doing, we encounter a lot of call sites like the following:
```kotlin
…
-
_longer description tbd_
Need to differentiate between "I need to update/redraw when X happens", "I need to perform X action when Y happens", and "X thing is happening, allow Y and Z to modify X be…
runt9 updated
3 years ago
-
First of all my apologies if architectural questions are not supposed to be asked in the issue tracker but I couldn't find a satisfying answer anywhere else.
In my particular case I have the follow…
-
I want know how i can use entity framework with Assisticant, when i should pass business logic to Model and can i load data on ViewModel, and i want know is there any disorder?
-
I have a project with a progress bar in it. I have a secondary process running using Task to update the progress bar using binding and notify property change with a view model.
The progress bar does …
-
- Make a Ko style binding engine. So binding to existing HTML, no composition stuff (you both already have that covered :-) )
- I used Alans conventions: @ for directive (build in) bindings, : for at…