sam-piper

Results 10 comments of sam-piper

Note I've tried using just `Object` as the type of the `errors` and `warnings` members above. While this works at runtime, the dictionary value is not an array of `ValidationMessage`...

Thanks for the update - I've tried different approaches, but for some reason they all end up breaking debugging in Visual Studio, my source maps go to hell and I...

I've fixed the source maps problem I was experiencing - needed to update aurelia-cli package to 0.23. The main problem I'm hitting is that I can't decorate an indexer expression...

Thanks, Map support looks spot on for what I want, looking forward to trying it out. On 30 Dec 2016, at 10:14 AM, John White wrote: The main problem I'm...

I currently have StyleCop 4.7.49 installed for Visual Studio 2013 / R# 10.0.2, with an overridden StyleCop.Settings file in the program files directory for StyleCop. However in VS 2015 the...

This isn't really a problem for us anymore - because all the warnings are just normal ReSharper inspections, we just turn them off as desired and save the settings to...

I evaluated the analyzers recently along with the JetBrains extension for StyleCop, and decided that the analyzers aren't quite ready for prime-time - for starters, there is no current ReSharper...

Hi guys, Could we please get an acknowledgement for this issue? It's blocking us in several areas now, and we've been waiting for feedback for over 2 weeks now. Thanks,...

Thanks, using a property getter function works as well - the sample code needs to be modified to work though: ``` const self = this; // view model scope .satisfies(...

If I use List or the BCL ObservableCollection then I get a collection of 3 specimens with normal recursion into each item. If I use a subclass of the BCL...