NICHOLAI MITCHKO
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.  Here is the change that fixed it:  _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) ##...
### 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...
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?