MGRussell

Results 5 issues of MGRussell

The `[Reactive]` attribute in Fody is extremely handy for reducing boiler plate and clutter, but does not have a comparable partner for observable collections. Would it be reasonable to add...

feature request

I'd like to do something like: ~~~~ [BsonField("Address.Street")] public string Street { get; set; } ~~~~~

question

**Issue Description** The Krypton rendering system seems to be engaging in numerous extremely expensive and unnecessary calculations when rendering buttons that have `AutoSize=true`. I assume, but not have confirmed, that...

other

The API point at " https://www.duolingo.com/api/1/dictionary_page?lexeme_id=%s " is now 404ing. Has anybody found an alternative with similar information for words? It was quite a handy resource for getting all the...

IEnumerables in constructor injection (and I assume, but have not tested, property injection) are currently not being initialized and left as null. They should be resolved by Locator.Current.GetServices(). Here is...