Too big to upload somewhere, why not compress with gifsicle
?
gifsicle --lossy=200 --scale 0.6 Screen\ Cast\ 2024-09-27\ at\ 3.59.08\ PM.gif -o compressed.gif
Too big to upload somewhere, why not compress with gifsicle
?
gifsicle --lossy=200 --scale 0.6 Screen\ Cast\ 2024-09-27\ at\ 3.59.08\ PM.gif -o compressed.gif
# Add AWS profiles in ~/.aws/config
granted sso populate --sso-region eu-west-1 https://yourawsssosubdomain.awsapps.com/start
# Login in shell
assume
# Check who you're logged in as
aws sts get-caller-identity
https://github.com/reynhout/chrx
chrx -L "en_GB.UTF-8" -Z "Europe/London" -U dave
export class TimeoutError extends Error { | |
constructor(message: string) { | |
super(message); | |
this.name = "TimeoutError"; | |
} | |
} | |
export const promiseWithTimeout = <T>({ | |
ms, | |
promise, |