Alex Friedman

Results 10 comments of Alex Friedman

I'll tackle this one tonight.

How about making a change to the web project to list the Sprockets by their name now instead of their type name?

After digging through the source code some more, I realize that this is possible to do with formatters: ``` public class LowerCamelCaseFormatter : TsFormatter { public override string Format(TsProperty property)...

OK, done. I rebased now on top of his changes.

After digging through the code some more, I realized that this too was possible without modifying the original source code, rather I was able to inherit from the `Scripter` class...

I'm still not sold on the idea that treating all `IEnumerable`s as Arrays should be opt-in, but I hear where you're coming from, that the basic `Scripter` should be the...

@code4aman Sure, I'd love to take a look. Submit a PR and I'll pull it in. Thanks!

I tried reproducing this with no luck. Can you post the error message you're getting?

Awesome, I like this feature a lot actually. Can you do me one favor please, can you please just add something quick to the docs and then I'll merge. Thanks...