GDream Studio
Using SSL with deno deploy and supabase postgres direct connection
I'm using postgresjs from deno.land/x and when I provide the CA certificate it doesn't work 😦 I have to use either
--cert
or SSL_CERT_FILE
and DENO_TLS_CA_STORE
. If I use npm:postgres
it simply doesn't work.. no matter which one I use.11 replies
Import package from Azure DevOps repository
I could only make it work with Github. I think it's linked to how Azure DevOps manages raw content. Unlike Github, which uses
https://raw.githubusercontent.com/username/repository/branch/filename
, Azure DevOps uses URL query parameters to point to the right file.11 replies