From dblock.org
Do Not Fix Bugs Reported in Your Open Source Projects
0 9
Have you watched The IT Crowd? It’s a hilarious British television sitcom from around 2006 that cast a bunch of IT geniuses at the Reynholm Industries tech support department in London. One of the signature laughs is that every time the phone rang, Roy would pick it up and without waiting say...
on Sun, 6AM
From dblock.org
0 11
What did you do at work today? How about last week? I spent a couple of days in quarterly business reviews, and wrapped up yearly planning activities for AWS Data Exchange and AWS Marketplace. I also added some unit tests to a project that I am onboarding into.
on Sat, 6AM
From dblock.org
Safely Passing Ruby Variables to JavaScript in ERB
0 0
A user reported a bug in Slava, a bot that syncs Strava activities to Slack, where they couldn’t subscribe to the paid version because their Slack team name contained a quote. That was a rookie mistake on my part in HTML escaping that almost cost me $9.99. Interestingly, it required a rather...
on Nov 4
From dblock.org
Adding eslint and Auto-Fixing an Existing TypeScript Project
0 0
In opensearch-api-specification#260 I added eslint, but had a hard time finding a cookbook for auto-fixing specific violations. Here it is.
on Apr 27