@bitcapulet hahaha. I was watching this video and couldn’t pay attention because I kept thinking, “I swear I know this guy!”
Thanks for doing that. We’re feeling really optimistic about what we’re learning.
PragProg Direct 2024 TopTen Countdown is on! Today is #6!
Save 40% off everything we publish with code: topten2024
Every day, it's another bestseller, with a daily code for 50% off that title.
(Only on http://pragprog.com)
Andrea Leopardi's new book is #7 for 2024!
Save 50% on this great title today with code alnpee2024
For everything else we publish, throughout the countdown, take 40% off with code topten2024 (min $50 cart)
Details in the article: https://medium.com/@pragprog/f84778d02853
Happy to announce a small but meaningful upgrade to CheckerCab for anyone that is using it to compare map-like structures in their Elixir tests.
Version 1.3.0 allows you to implement the comparison logic for specific data types so that things like `Decimal.new(1)` and `Decimal.new("1.00") are the same (if you implement the protocol for Decimal, sample in the docs). I hope people find this helpful.
https://hex.pm/packages/checker_cab/1.3.0
Thanks to Ryan Spore and Lee Marlow for help