Cam MacFarland

Results 22 issues of Cam MacFarland

I want to use MarkdownSnippets to generate a readme for `GitHub` and `NuGet`. Currently I'm generating 1 file that is compatible with both. This means omitting the links as `NuGet`...

I'm trying to build DieHard in a docker container so I can transfer the binary to another container for use. The build container is just the following `DockerFile`. ``` FROM...

When typing a using in a file, the dot is removed when completing an intellisense suggestion. For example. using MahApps. Completing the next part with `Metro` becomes using MahAppsMetro

bug

I was thinking about a scenario where I wouldn't want to include the `AmmySidekick.dll`. For development it's great, but for shipping code I wouldn't want to include it. And I...

I'm having a problem where GitLink won't correctly identify the target url when building from a PR from GitHub. I tried reproducing this bug locally, but was unable to. The...

bug

I updated the nanobots mod, which now has a dependency, and that caused ModMyFactory to crash with the following report. ``` System.Reflection.TargetInvocationException: Exception has been thrown by the target of...

bug

It would be really cool if these two items were merged. Currently if you fire an event on one the other doesn't know about it, and vice versa.

enhancement
up-for-grabs

Does anyone have objections if I remove the plugins? I'll fold the only plugin we have into the main code. I don't like plugins because: - The plugin API has...

Discussion

We should make the settings portable by saving them in the same directory as the app itself.

Feature

The document should have a context menu so you can set various document level settings, like theme, author, title, etc. This should then manipulate the document header to include the...

Feature