NICHOLAI MITCHKO

Results 7 issues of NICHOLAI MITCHKO

## What kind of change does this PR introduce? Fixes #1228 ## What is the current behavior? supabase/auth behind a proxy with incorrect or internal-external X-Forwarded headers cause incorrect email...

Following up on this issue: Found that the yaml for the kong-config isn't properly taking the deployment service name. ![image](https://github.com/supabase-community/supabase-kubernetes/assets/7769991/c094bda1-e11d-4282-8943-cf3830c352be) Here is the change that fixed it: ![image](https://github.com/supabase-community/supabase-kubernetes/assets/7769991/dd9749ed-0819-4d1d-9842-8d924181a339) _Originally posted...

# Improve documentation > Can we provide an example of deploying an edge function? ## Link [Chart Documentation](https://github.com/supabase-community/supabase-kubernetes/blob/main/charts/supabase/README.md) Add a link to the page which needs improvement (if relevant) ##...

documentation

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I would...

enhancement

This addition allows for a user to load a dataset directory they crafted locally using the save_to_disk functionality of HuggingFace Datasets. If you pass in a dataset with a directory...

Have a quick workaround to use this to install proprietary extensions (vscode store) **Product.json** ```json { "nameShort": "code-server", "nameLong": "code-server", "applicationName": "code-oss", "dataFolderName": ".vscode-oss", "win32MutexName": "vscodeoss", "licenseName": "MIT", "licenseUrl": "https://github.com/microsoft/vscode/blob/master/LICENSE.txt",...

Hi, Is it possible to batch inference like LLMs do? Such as provide 10 transcripts and batch the requests to increase total throughput?