Darren Kopp

Results 47 comments of Darren Kopp
trafficstars

I went with `Contains` as the method name, but perhaps `ContainsAny` would be more appropriate?

@lduchosal > Array implements IEnumerable. The whole method is not needed and is duplicated code. While true, you'll see allocations + performance decrease by stepping down to `IEnumerable`, but yes...

So, here's what's going to happen to libsass soon, and I think it solves your concerns (and those in the other commit, but not 100% sure). Currently the way libsass...

I wouldn't expect libsass-net to work on mono since it uses visual c++ but I'm no mono expert.

Is that a live IIS is site to the public? Clearly something else is reading the file when you are trying to save, and I'm guessing its iis, but its...

I'll add some code to make it retry a couple of times, but not much I can do if someone else locks file. It is very odd though, I wouldn't...

Alright, I'll look into it. You use compass correct?

OK, so your IncludePaths has where the bourbon gem is installed and do you have anything in the ruby path (will determine whether sass gem or libsass is being used)?

So, it seems like this is a problem in libsass, though I'm not sure why it's a problem... but it worked for me when I did "..\bourbon/bourbon". I'll file a...