Organization is at the top and teams outside the organization are at the bottom. I created those by mistake before I knew how to work teamsnap. I want to delete those
Development
Extract emails from text
https://email-checker.net/extract-email then paste into the “to” input field in gmail and your good
aws sockets retries
https://docs.aws.amazon.com/general/latest/gr/api-retries.html seems like websockets in general dont reconnect
Checking status of connection
CLI https://docs.aws.amazon.com/cli/latest/reference/apigatewaymanagementapi/get-connection.html Node SDK https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewaymanagementapi/classes/getconnectioncommand.html https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-apigatewaymanagementapi/interfaces/getconnectioncommandinput.html AwsSocket
const exception = new models_0_1.GoneException({
await fixes it
Type ‘Timer’ is not assignable to type ‘number’
https://stackoverflow.com/questions/51376589/typescript-what-type-is-setinterval
Stripe: Change payouts
https://dashboard.stripe.com/settings/payouts
Expo: build failed due to peer dependency conflict
https://expo.dev/accounts/
Expo:fallbackToCachTimeout
I had a situation where I put up the wrong build. I had the property set up to 0. meaning that it gives absolutely no time to expo to download the updated version of the app when app is first brung up. Instead it downloads the update in the background.[…]