Create a cask in your local casks folder and then just copy it over to a git fork to actually commit it to homebrew-casks repository.
brew tap nrlquaker/createzap
# 🔮 Generate a prompt to review a GitHub PR and then paste it into ChatGPT, Claude or Gemini etc. | |
# Copy paste this into your .zshrc, restart your shell and run | |
# pr-prompt https://github.com/connorads/lockbot/pull/148 | |
# But replace with a PR you want to review 👆 | |
# You need to have the GitHub CLI installed | |
# brew install gh jq | |
# gh login |
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, |