Tasos Maschalidis

Results 18 comments of Tasos Maschalidis

@rafalcymerys I do plan on following up with a more complete PR on this, because I am working on it anyway for another project (things break in the admin interface...

I think this is expected. Maintenance gives you the ability to take your app completely offline, while showing a proper message (or even a custom page), which means the app...

> Hi, I've moved this issue over from the supabase repo as its storage related. @Hallidayo Not sure if this is the correct place either though. Seems to be a...

@w3b6x9 Could you maybe look into this or move it back to main repo please? It looks like it's a backend/core issue, not a supabase-js and/or uppy-specific one.

@itslenny In my case (and that might be the case for https://github.com/supabase/storage/issues/646 as well), Rails storage library (active_storage) adds some extra parameters to the query string for content-disposition. When I...

This also happened to me. `/home/dokku/app_name/htpasswd` was created with correct content, but `/home/dokku/app_name/nginx.conf.d/http-auth/conf` was empty. Manually filling in the empty file with ``` auth_basic "Restricted"; auth_basic_user_file /home/dokku/app_name/htpasswd; ``` and then...

@bowei Can you please reopen this? As more people pointed out, this was never supposed to move to another project.

> [ingress-nginx/charts/ingress-nginx/values.yaml](https://github.com/kubernetes/ingress-nginx/blob/01d0a20f68bc668a58967deeb808f749529396f9/charts/ingress-nginx/values.yaml#L508) > > Line 508 in [01d0a20](/kubernetes/ingress-nginx/commit/01d0a20f68bc668a58967deeb808f749529396f9) > externalIPs: [] Tried this, but it just appends the externalIPs you set to the already discovered IPs. The desired effect would...