drauch

Results 40 comments of drauch

What's wrong with executing git fat init automatically at the first git fat command? If .gitfat / .gitattributes is checked into the repo, there is no per-developer configuration work to...

Okay, thank you very much. It would be nice to read "Windows not supported" on the start page of your project, would have saved me half a day ;-)

Thank you anyways for you fast replies!

@omikronsc: The configuration is already set with git fat init, and yes, git-fat is in the system PATH.

Yup, works with Python 2.7.x. Unfortunately I'm no Python programmer, but probably somebody should look into this issue :-)

Also the CRL for this certificate is empty? So it is not really revoked anymore?!

I need it in two different locations: ```csharp void Arrange1 () { A.CallTo(() => fake.Foo()).Returns(1).Once(); } void Arrange2 () { A.CallTo(() => fake.Foo()).Then.Returns(2).Once(); } ``` Best regards, D.R.

Okay, that's also a workaround I guess.

It looks like the problem resides in typeahead, for testing purposes I set a `source` function and realized that the default suggestions are somehow cached (i.e., the source function is...

Is there a better solution than to recreate the whole typeahead control? Something alike `.typeahead('clearcache')`?