-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weekly-325 #375
Comments
https://gist.github.com/idan/325676d192b32f169b032fde2d866c2c#github-next--technical-preview-sunsets github blocks ... is already shutting down ....
|
TIL there are postgres extension for sending http requests using postgres's cron https://github.com/supabase/pg_net SELECT
cron.schedule(
'cron-job-name',
'* * * * *', -- Executes every minute (cron syntax)
$$
-- SQL query
SELECT net.http_get(
-- URL of Supabase Edge function
url:='https://<reference id>.functions.Supabase.co/Typesense-example',
headers:='{
"Content-Type": "application/json",
"Authorization": "Bearer <TOKEN>"
}'::JSONB
) as request_id;
$$
); |
https://github.com/seemoo-lab/openhaystack?tab=readme-ov-file#how-does-apples-find-my-network-work hmm need to re-enable the github action .... |
https://resend.com/docs/dashboard/domains/introduction#how-open-tracking-works 1x1 gif image with unique url ... |
联合周报第 325 期开始投稿 🎉
The text was updated successfully, but these errors were encountered: