Melvyn Laïly

Results 67 comments of Melvyn Laïly

Not sure if useful, but I'm using https://github.com/mganss/HtmlSanitizer to do a second pass after `Markdown.ToHtml(markdown, _markdownPipeline)`. It's pretty flexible with its configuration.

> Is there a reason that Markdig requires the extra spaces? The parsers that do render the list properly don't require the extra spaces. It might just be because this...

Well, it seems I have the same issue. Any news? I see there is a pull request (https://github.com/StackExchange/Dapper/pull/720), but it does not merge anymore... :/

> Seems this issue is still there as i've just had the same problem. That's over 5 years! Don't get me wrong, I have recently started using Dapper and I...

@Kinnara Could the fix be applied directly by ModernWpf? It would probably be this one: https://stackoverflow.com/questions/29207331/wpf-window-with-custom-chrome-has-unwanted-outline-on-right-and-bottom/51573942#51573942 This is what [MahApps does (more or less)](https://github.com/MahApps/MahApps.Metro/pull/2116/files), and it would be great if...

> how do you do that via the command line (as this bug still exists and is technically two bugs)? `/DateType:DateTime /DateTimeType:DateTime`

Hi @bmarty, thanks for the review! I noticed the issue you mentioned, but it's still open and I'm not knowledgeable enough about synapse to be certain it's solved or not...

Hi, Oh ok I didn't know that. Is the switch to Element X planned soon though? It is still in pre-alpha according to its readme, and I just tried to...

I believe I'm hitting the problem described here. Actually, just calling `NuGetPackageResolver.GetLocalInstalledPackages(NuGetToolPathResolver.NuGetAssetsConfigFile).ToList()` is enough to trigger an exception because the `.SingleOrDefault()` has multiple matching items in my current .net 8...