Robin Munn

Results 288 comments of Robin Munn

I was halfway through writing a suggestion for a custom literal syntax a couple days ago, but quit writing because I wasn't coming up with good ideas. But this suggestion...

I like this idea a lot. The only drawback I can see to it is a *slight* increase in conceptual difficulty: units of measure, as a term, makes perfect sense...

Also: - Dates that are valid in DD/MM/YYYY format but invalid in MM/DD/YYYY format, to catch any naive programmers who assumed that the rest of the world functions just like...

The EICAR [intended use page](http://www.eicar.org/86-0-intended-use.html) states, "Any anti-virus product that supports the EICAR test file should detect it in any file providing that the file starts with the following 68...

@ChipWolf - This is the second time you've stated that the EICAR test string is (already?) in the blns. (Once here, and once in PR #133). Where is it? I...

This is a long-standing feature request; I believe https://github.com/pngwn/MDsveX/issues/52 was primarily motivated by this use case. I had a suggestion [here](https://github.com/pngwn/MDsveX/issues/52#issuecomment-811746956), using the [generic directives proposal](https://talk.commonmark.org/t/generic-directives-plugins-syntax/444) from CommonMark. And pngwn...

Disclaimer: Although this is written on April 1st, this is not a joke. I've thought about how to do this, and the idea I came up with (which I haven't...

See https://github.com/mattjennings/mdsvexamples for one approach that seems to have worked.

See also https://github.com/dotnet/cli/issues/4473#issuecomment-256531057 and https://github.com/dotnet/project-system/pull/3073 — it may be possible to set the `` and/or `` properties in the .csproj file to change this behavior, in which case the `package.json`...

The plugin sample should probably show how to set up producers and subscribers, too. I'm currently writing an app using fable-elmish because I could understand its structure, but fable-arch's producer/subscriber...