Dai
Dai
> Nice if there was some kind of error/warning filters. I've somewhat addressed this in release 6 by changing "Hide empty directories" to "Hide uninteresting directories" - this hides directories...
> In the Messages frame, how about setting the background in the Severity column to match the colors in the directory listing? (for example, “Warning” would be in amber background....
Image preview is handy, and I like how it also works with `data:` URIs, however it doesn't work for SVG files (both SVG file paths using `url()` or `data:`). Sometimes...
@silkfire The "link to the NuGet package" you're referring to is the tiiiiiny clickable nuget package sticker - it isn't an obvious link at all and I completely overlooked it....
I experienced the same problem today when I was reimplementing MurmurHash myself and was running tests that compared my implementation to this library's implementations as a reference. * The _root...
> I'm not sure yet for what input is needed and what output expected. If I understand it correctly PlaceholderFoo is some kind of template. Maybe an Interface or another...
So here's the idea for `struct PlaceholderFoo`: * The motivation is that we _need_ parameterized mixins: * Given that C# doesn't support multiple-inheritance for `class` types - but does support...