You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: How do I test stuff involving subscriptions/billing?
Sign up for Stripe.com. Assuming you've made yourself an admin add your test keys on your account settings page. Then restart your hub. Now test using cards at https://stripe.com/docs/testing You can only use each card once even if you've deleted it.
Question: How do I edit a Sage worksheet in raw mode?
Go to a terminal and type ln -s <name>.sagews <name>.txt; open <name>.txt
Warning: It may seriously confuse the sync system, adversely affecting Timetravel. In any case, last save will update the other one.