I hereby claim:
- I am eligundry on github.
- I am eligundry (https://keybase.io/eligundry) on keybase.
- I have a public key whose fingerprint is B05C 707D 991F 1E5F FCCF FDC2 6BA2 E3B5 B281 BE37
To claim this, I am signing this object:
| import decimal | |
| def trim_decimal(value): | |
| if isinstance(value, (decimal.Decimal, float)): | |
| # I think format was something Django specific, because I don't know where it came from or what it does. | |
| value = format(value, 'f') | |
| s = str(value) | |
| return s.rstrip('0').rstrip('.') if '.' in s else s |
I hereby claim:
To claim this, I am signing this object:
This year, I discovered the magic that is Spotify's discover tab. I found so many great albums that I had no idea existed. As a result, many of the best albums I listened to this year didn't come out in 2016, so these are the best albums I listened to this year.
Anderson .Paak probably had the best 2016 of pretty much anyone on the planet (seriously, find me someone who had a better 2016). Malibu was hot, every single one of his features was on point, and dude just seemed like he was
| unicode_str = 'ππππππ πππππππππππππππππππππππππππ π‘π’' | |
| splat = [...unicode_str]; |
| { | |
| "basics": { | |
| "name": "Thomas Edison", | |
| "label": "Inventor and Businessman", | |
| "picture": "https://example.com/photo.jpg", | |
| "email": "thomas.edison@example.com", | |
| "phone": "(123) 456-7890", | |
| "url": "https://thomasedison.com", | |
| "summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.", | |
| "location": { |