John Gietzen

Results 98 comments of John Gietzen

Rule Syntax take 2: ``` list@(Item, Seperator) = Item numberList = list@(number, ',') ``` Also, the parens can be elided for a rule name: ``` foo@T = T bar@T =...

I think I will move forward with this simple syntax, and see where it falls down. Of course, sometimes you need to pass in a type and sometimes you need...

This is by design, but if you have a proposal for a different behavior, I'm open to taking a change. I agree that this is a bit of a rough...

Well, for now, I was allowing people to use IIS's built-in authorization and authentication mechanism. You can add `` elements to the web config to limit specific URLs to specific...

Well, I'd love to see what you come up with.

Woops, just meant to comment that this may be fixed simply by URL encoding slashes, but I recall that there may be an issue with those in .NET's URI class,...

This is a pretty deep rabbit hole. Unfortunately, we can only allow one wildcard routing segment, so we need a different encoding scheme, or we need to put either the...

I'm not sure that it would be worth the effort to do that, especially when this port exists. I was originally planning on doing it myself, but decided against it...

There is another option here: [libgit2sharp](https://github.com/libgit2/libgit2sharp) This one seems to be a better bet than NGit at the moment.