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, |
https://github.com/reynhout/chrx
chrx -L "en_GB.UTF-8" -Z "Europe/London" -U dave# 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-identityToo 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 | # 🔮 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 |
Style this artifact with the following design system. Do not use generic AI purple aesthetics.
Theme: Dark, minimal, technical
Typography:
| #!/usr/bin/env python3 | |
| # /// script | |
| # requires-python = ">=3.11" | |
| # dependencies = [ | |
| # "httpx", | |
| # ] | |
| # /// | |
| """Download StarCraft: Brood War unit 'wht' (What) sounds from The Sounds Resource. | |
| Covers all units from both the original StarCraft and the Brood War expansion. |