Daniel Schroeder

Results 69 comments of Daniel Schroeder

@alexwaibel might be another good contributor candidate @eduardoboucas

I don't see anywhere in the staticman.yml config to put an Akismet API key. Is there any way to use Akismet when not using the public shared instance? Thanks!

Thanks @PhuNH , I found [which environment variables I needed to add here](https://github.com/eduardoboucas/staticman/blob/master/config.js#L13) (`AKISMET_SITE` and `AKISMET_API_KEY`), and added them to my Heroku instance. I've also modified my `staticman.yml` to include...

Sorry it took so long for me to see this. Apparently I didn't have my notifications configured properly in GitHub :( Are you able to reproduce the problem when just...

Hmmm, since I run MSBuild.exe from a new command prompt window, I may actually need to allow you to pass in a "working directory" parameter, and `cd` into that path...

That should be a fairly easy change to make, I'm just not sure when I'll have time to do it (my personal projects have been suffering lately as I've gotten...

Migrated from [this codeplex issue](https://invokemsbuild.codeplex.com/workitem/8)

I don't know when I'll have time to get around to this one, but I'm open to accepting pull requests.

I had some additional custom sources. Just using `--ignore-failed-sources` wasn't enough. I went into Visual Studio -> Tools -> Options -> NuGet Package Manager -> Package Sources and unchecked the...

Thanks for the update @SydneyhSmith . I noticed this problem with my package as well and came to report it. Just an FYI that it seems to be a problem...