Please don't track our users. I've updated the URLs of your latest submissions. In future, we will remove submissions that track users without further notice.
Unfortunately, I'm only allowed to remove submissions, not users. I'll get in touch with @tracker1, @fcambus and @echojs to discuss how to deal with the massive amount of crypto-spam we have to endure every day now.
> do you not get the "you have 3 posts left to read this month"?
No, I have never seen such message but then again I avoid medium.com these days whenever possible…
Hey @dceast
IIRC your submission was about Tailwind CSS which violated the following rules:
• JavaScript related content only
• Edit titles: only article title, no blog name, no period at the end
Please correct me if I'm mistaken.
I just skimmed the article and stumbled upon this sentence about Elm:
> The type system is so safe that it does not allow any runtime exception to occur.
This is not true. Of course there are ways to throw unindented runtime exceptions with Elm but it's somewhat hard to do. For example, creating invalid regular expressions on the fly won't be catched by the compiler.