February 2017

SendGrid e-mail server silently converts plain text e-mails to HTML, losing line breaks in the process. They have some reasoning on why this is a good idea, but I do believe […]

In ECMA Script 6 toString() function can throw an exception. This makes generating debug output a treacherous minefield. In all other languages I know toString() on built-in objects is safe, and […]

We have added some Reactive Extensions support to our software. All went well until it went into the automated build. Nuget version 3.3.0.212 could not handle System.Reactive.Core package: it would […]