fang duan
fang duan
It breaks `TestWriteFile` in travis ci, but it works as expected. i checked the file
@mmt7172 use NewFlagSet, https://github.com/qor/qor-example/blob/master/main.go#L36
> Can you clarify how this work differs from the one in #16? I was not aware of pr #16 when i try to upgrade to v2
``` version: '3' services: supavisor: image: supabase/supavisor:1.1.45 container_name: supavisor restart: always ports: - 4000:4000 - 5452:5452 - 6543:6543 environment: PORT: 4000 PROXY_PORT_SESSION: 5452 PROXY_PORT_TRANSACTION: 6543 # DATABASE_URL: "ecto://postgres:[email protected]:5432/postgres" DATABASE_URL: "ecto://supavisor:[email protected]:5432/postgres"...
I didn't notice that since my code is still tag v0.13, need to update it to the latest v3.0.1. adding automatic support is pretty easy, see golang.org/x/crypto/acme/autocert. if you like,...
Any progress? is this hard to implement? :(