-
When demoing Fody to other developers, I hear very often the same concern: there is too much magic! In a larger team, there is no chance for a developer, who didn’t use Fody before, to tell what’s goi…
mutzl updated
11 years ago
-
@gabor-meszaros found this error in transform.cc
```
// clear input point cloud to handle this packet
inPc_.points.clear();
inPc_.width = 0;
inPc_.height = 1;
inPc_.header.frame_id = scanMsg->header.…
-
When I implement a PropertyChangedNotificationInterceptor class per https://github.com/Fody/PropertyChanged/wiki/NotificationInterception , I start receiving exceptions like these on every generic cla…
-
Hi,
I recently noticed with a MvvmCross WPF app that some viewmodels never get finalized. And these viewmodels were very basic (only few string properties, no event handler, one command).
I finally …
-
I like computed observables in knockout - we should do the same sort of thing as a helper class - should be easy to bind to a `Computed` - really easy... :)
Just to explain my thinking - all I need i…
-
Those models produce data at about 1.333 MB/s, different from the 1.0 MB/s of the older HDL-64E. That makes the `packet_rate` calculation wrong.
References:
- [Velodyne HDL-62E S2 and S2.1 product ma…
-
I'm using Fody 1.13.6.1 and PropertyChanged.Fody 1.36.2.3.
When using fody on a project, all classes declaring a public event PropertyChangedEventHandler named "PropertyChanged" behave as if they had …
-
Following the N=8 sample using the geolocation plugin, something really simple, I found that Lng/Lat are staying at zero when deploying on my SIII.
The exact same code is working ok in the simulator (…
-
Is it at all possible to have this AddIn add support for calling a method on change in a property chain?
For example:
``` C#
public class Account: INotifyPropertyChanged {
public Contact ContactI…
-
Was: Null reference exception in VS designer (Release-3.0.8.1 or later)
I wrote about it on StackOverlow, recent versions of MvvmCross cause VS Designer to fail loading design time data raising null …