-
`suspend fun getTasks(forceUpdate: Boolean): Result`
This is implemented by DefaultTasksRepository. Is it really necessary if the tasks are refreshed by ViewModel, which in turn calls updateTasksFr…
-
Not sure if this is by design or not, but the following gives a compile error of "Decorators are not valid here" with TypeScript 1.8:
``` ts
let testClass = new class {
testMethod(@myDecorator da…
-
What are your thoughts on the following:
- Changing `apps/pages/` to `apps/views/`
- When running grunt we move all files from `app/view/` to just reside in the root of `.tmp/`. i.e. from below stru…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/BindingContext-is-returning-null/10746990)._
---
Hi, we are migrating from xamarin to M…
-
The project does not follow any particular Android architecture. It would be great if anyone can implement MVVM (Model - View - ViewModel) architecture components in the project.
-
Showcase implements sample conflict resolution but to understand how conflicts work we can build our own or experiment with example application in voyager server
-
When using this binding:
```
var index = 0;
set.Bind(view).For(s => s.DataContext).To(vm => vm.NewsFeedItems[index]);
```
It does not work.
But this one works OK:
```
set.Bind(view).For(s => s.Dat…
-
**Describe the bug**
When viewing a new server announcement I received the error "Account has already been taken"??
**To Reproduce**
Steps to reproduce the behavior:
1. Have an unread server announce…
-
__tldr;__ This is part of the [Streaming ViewModels](https://github.com/canjs/canjs/issues/3324) proposal which seeks to eliminate imperative code within a `ViewModel` while still maintaining a famili…
-
### Description
e.Exception.Message: No installed components were detected. (0x800F1000).
e.Message: Cannot resolve TargetName ScaleTransform.
![Exception](https://user-images.githubusercontent.c…