-
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…
-
I'm gonna say at the outset I don't pretend to know all the reasons why setting `DependencyProperty`s is not threadsafe (in other words, they always must be set on the UI thread), but I do know that …
-
Any ideas for more rules would be welcome.
-
# Scenario
`INotifyPropertyChanged` is essential for modern UI patterns like MVVM. Today developers must add code to all of their properties to take advantage of the interface and that is repetitive …
-
# TO-DO Notes App - from [Advanced Android Kotlin Testing Codelab](https://github.com/googlecodelabs/android-testing)
[Project Files](https://github.com/eucalypto/learn/tree/main/android%20codelabs…
-
Hello,
Thanks for the tutorials, I'm a beginner with flutter and i was following your CRUD(posts) video and trying to implement the same with the users.
Updating the users works fine and I can see t…
-
When I teleport an element to the "outside" of my template, I am not able to listen to it's events using the Template's event-map anymore.
Most simple example:
```html
{{>test}}
{{#Tel…
-
This:
``` csharp
async void FooAsync()
{
}
```
Becomes:
``` csharp
async Task FooAsync()
{
}
```
It's safe to assume that other than something looking like void (sender object, T e) where T:EventA…
-
Hi @elihart,
I don't know this is the proper repo to submit this issue or the MvRx would be.
I use ModelView annotated models, with simpleController in EpoxyRecyclerView like in the code sample.…
-
I have followed the instructions and samples as closely as possible to attempt to use LiveCharts and LiveCharts.WPF in an MVVM context. That is, using no code behind and binding to data in a ViewMod…