I wish more apps would implement this
I wish more apps would implement this
```
#!/bin/bash
trap "break" SIGINT
my_command="$@"
while true; do
$my_command
if [ $? -eq 0 ]; then
tput bel
break
fi
done
```
I only have to use with supabase since this thing always sucks
```
#!/bin/bash
trap "break" SIGINT
my_command="$@"
while true; do
$my_command
if [ $? -eq 0 ]; then
tput bel
break
fi
done
```
I only have to use with supabase since this thing always sucks
It helped me solving a deploy issue on cloudflare that prevented my from publishing updates to my website for 2 months!
I tried before with claude sonnet 4.5 but id couldn't help me then.
It helped me solving a deploy issue on cloudflare that prevented my from publishing updates to my website for 2 months!
I tried before with claude sonnet 4.5 but id couldn't help me then.
I thought it'd be the triangle one
I thought it'd be the triangle one
#!/usr/bin/bash
if [ ! $1 ] || [ ! $2 ] ; then
echo "Usage $0
exit
fi
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=$2 $1
#!/usr/bin/bash
if [ ! $1 ] || [ ! $2 ] ; then
echo "Usage $0
exit
fi
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=$2 $1
Like. . bro .. why use type="text" for email input when you already have type="email", also why use "required" class instead of attribute?
Like. . bro .. why use type="text" for email input when you already have type="email", also why use "required" class instead of attribute?
Tried both lossy and lossless compression too.
Tried both lossy and lossless compression too.
If you're into web dev news all about the fundamentals (you know; HTML, CSS, JavaScript and browser updates) you should check out Web Weekly!
It'll go out in a few hours.
webweekly.email
github.com/better-auth/...
Now back to pnpm
github.com/better-auth/...
Now back to pnpm
wordpress.org/plugins/gree...
wordpress.org/plugins/gree...
Should I put both of them in the same package? or separate packages?
Should I put both of them in the same package? or separate packages?