Supabase RLS using Functions - Security Definers
Are you trying to create a new RLS policy using a Postgres function on Supabase? Don't forget to add SECURITY DEFINER to your SQL!!
Are you trying to create a new RLS policy using a Postgres function on Supabase? Don't forget to add SECURITY DEFINER to your SQL!!
Here's an elegant way to see whether your input is in focus or not and how you can use that in the HTML template to trigger styling or other changes.
How to route outgoing traffic through a Floating IP in Hetzner Cloud.
I'm sure you've used a Hetzner DE server before. Their pricing is great, the servers work well, and their cloud prices are incredible! But if you get a bare-metal server, like one of the AMD AX-line servers (https://www.hetzner.com/dedicated-rootserver/matrix-ax) you might want
Recently, I started setting up Rocky Linux 9 servers only to find that byobu is not on the standard repos or epel-release. For me, the easiset way to install it was to build it from source. Before we start, there are a few dependencies you'll need to install.