SilentSin

Results 47 issues of SilentSin

[I managed to implement stoppable gifs in my site (still on Wyam)](https://github.com/KybernetikGames/animancer/issues/190#issuecomment-1179150251) and realised I could likely achieve a better workflow if I integrate it into Wyam's build process (which...

Since it's not possible to have HTML layout the page correctly before all images are loaded unless you manually specify their sizes, I'm wondering if it might be possible for...

General Enhancement

I just tried to run a build and kept getting an error: `Shortcodes: One or more errors occurred. (No such host is known)` which was claiming to come from a...

General Enhancement

It wouldn't always be desirable, but in projects where you distribute the source code it would be helpful to users to be able to see the file path of the...

General Enhancement

I get an error when running Confuser EX if I try to add a delegate to an `event` defined in `UnityEditor.dll` (from Unity 2019.4) where the delegate type is `System.Action`....

potential-bug

It seems that nested classes don't actually get listed anywhere. Even if they aren't listed in the *Class Types* list in the sidebar, they should be listed as members of...

https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/include

It would help new users if https://wyam.io/recipes/docs/settings explained what DocsKeys.ProjectFiles and DocsKeys.SolutionFiles actually affect.

I have a `public abstract event System.Action OnEnd` in a base class and `public override event Action OnEnd;` in a child class, and the generated documentation for the child class...

``` /// /// This reference works: /// /// /// But this one doesn't: /// /// /// public class Thing { } public class AnotherThing { } ```