Prepared: 2026-08-02
Purpose: Supporting detail for Calvin Correli / Simplero’s goodwill refund request re: unintended development/test environment API charges and plan placement.
Public gist: for sharing with Spreedly Success.
Prepared: 2026-08-01
Sources: Spreedly dashboard + invoice FVUBZF-00005; QuickBooks general ledger via Windsor.ai (vendor Spreedly); Wayback Machine archives of spreedly.com/pricing.
Sensitivity: Internal finance. Link is public-by-URL; treat as share-with-intent.
| {% include 'section_style' %} | |
| {% capture large_size_class %}{% if section.settings.columns == '2' %}half{% elsif section.settings.columns == '3' %}third{% elsif section.settings.columns == '4' %}quarter{% else %}fifth{% endif %}{% endcapture %} | |
| {% include 'opening_section_tag', section_type: 'features' %} | |
| <div class="wrapper wrapper--padded"> | |
| {% include 'section_header_text' %} | |
| <div class="grid grid--margins"> | |
| {% for block in section.blocks %} |
-
I don't trust the lock via the app, so I keep the key in the front pocket of the suitcase, defeating the purpose of the lock. Why? What if the suitcase is dead becasue I forgot to charge it? Also, I've often experienced that the app doesn't connect with the suitcase, or takes a long time to connect. Then what? I don't have the patience to wait for that.
-
Right now: Suitcase has been charging overnight, is plugged in, I press the button behind the handle, nothing happens, the app is still searching for the app and can't connect. I can't risk this in a situation where I'm stuck at the airport. Maybe my suitcase is just broken?
-
Closing the suitcase is finicky. You have to close it at exactly the right angle for it to work.
-
Getting my 15" MacBook Pro down in the laptop holder is often problematic. The sides are too soft, I have to hold out one side while I put it down, or it catches one side and won't go in.
-
It cause problems in Copenhagen airport. They needed to call in a supervisor to make sure it
I hereby claim:
- I am calvincorreli on github.
- I am calvincorreli (https://keybase.io/calvincorreli) on keybase.
- I have a public key ASBnKrZ3pSonmmTeqYIHewYlHVvHsH7at2ia7ujr3Af2hwo
To claim this, I am signing this object:
| cd ~/Library/LaunchAgents | |
| launchctl remove com.adobe.AAM.Scheduler-1.0 | |
| rm com.adobe.AAM.* | |
| pkill "AAM Updates" |
| #! /bin/zsh | |
| branch_name=${$(git symbolic-ref HEAD)#refs/heads/} | |
| function switch { | |
| echo "Switching to database.yml.branch.${1}" | |
| cp config/database.yml config/database.yml.branch.bak | |
| cp config/database.yml.branch.${1} config/database.yml | |
| } |
| Billing::Application.configure do | |
| config.middleware.insert_before "ActionDispatch::ParamsParser", SendgridWebhookMiddleware | |
| end |
| def render_to_string | |
| I18n.with_locale(locale) do | |
| Renderer.render( | |
| file: "purchase_mailer/invoice", | |
| layout: nil, | |
| assigns: { charge: self, purchase: purchase, product: product, account: account, payments: payments } | |
| ) | |
| end | |
| end |