Joel Lee
Joel Lee
I'm trying to integrate Cypress Tests with a Phoenix application on a Github Actions workflow. In order to allow the tests to pass the it seems like the Phoenix backend...
## What kind of change does this PR introduce? Aims to convert some of the components in [the Storage to-be-cleaned folder](https://github.com/supabase/supabase/tree/master/studio/components/to-be-cleaned/Storage) from `js` to `tsx` (with types) ## What is...
Hey, Thanks for creating this project! I am currently maintaining(as part of a team) the [python client library](https://github.com/supabase-community/supabase-py) for [Supabase](https://supabase.com/) which is (loosely speaking) an Open Source Firebase. One of...
TODO: - [ ] Update dep/lock file - [ ] Add/update tests
**Is your feature request related to a problem? Please describe.** As part of an ongoing effort to get an overview of where the different client libraries are at(with respect to...
There have been multiple requests for a FastAPI tutorial. For this task, we're looking for a tutorial or blogpost which showcases the use of `supabase` with FastAPI. There are no...
# Improve documentation Documentation as a whole is missing from the client library. It would be nice if we could furnish the [Sphinx Page] (https://supabase.readthedocs.io/en/develop/) with relevant documentation preferably from...
The comments mention another way of typing the solution. My solution is as follows: ``` """ Koan to learn annotating the Python list of various type of elements """ from...
Hey @kracekumar, Thanks for taking the time to reply to all my past queries. I'm a little stuck on 114 and was wondering if you could provide a hint or...
For task 110 I had to rename the last variable from `user` to `new_user` as I'd previously received an error stating that we can't assign a type to a variable...