-
Hi,
I am facing an issue in which I don't get a monitor event with PyEPICS if just the severity of the PV changes.
If the value and severity change everything goes as expected but if the value rem…
-
Hi, we would like to create Prism based model classes from JSON schema. Something in princliple like that:
public class Foo: BindableBase
{
public string Bar
{
get { return _bar…
-
Hello! I do have few questions:
* I'm looking forward to make API responses read only POCOs, I do mean smth like that:
```cs
puclic class MyResponce
{
[Newtonsoft.Json.JsonConstructor]
p…
-
Any way to fix this or plains on doing so? My device is a SM-J320W8 (7.1.1).
-
* arch: linux-x86_64
* base: 7.0.1.1
* synApps: 5.8
* motor: master, commit hash 60aa414b37
* xxx: 5.8.4
* problem: IOC crashes when client tries to move a motor (soft motor xxx:m1.VAL)
* may be…
-
### Steps to Reproduce
1. My English isn't good enough to describe. Please see the code below.
XAML:
```
```
Code:
```
using System;
…
-
Abp 3.4.0 + Zero
Angular+NETCore
I add some Service and after call refresh.bat on service-proxies.ts I get this error.
![image](https://user-images.githubusercontent.com/8192217/36108308-d5f3549…
-
While I ideally would like to just use `AddINotifyPropertyChangedInterfaceAttribute`, I need to program against the PropertyChanged event in a few cases, so I need to actually have the classes impleme…
-
I know its a stupid Question But how do I Intercept From Model to ViewModel ?
I tried putting this in my ViewModel but nothing happens, Am I missing something ?
**I'm Using Xamarin Forms, Prism**
…
-
I get the warning, that this class should implement INPC, which may or may not be valid,
but it should give me the suggestion to implement it the same way i do it everywhere else, instead of only giv…