-
-
I am running a local llama server with `./ollama serve`, which runs on port 11434. Then, in another shell, I have a model running with `./ollama run llama2-uncensored`. Here is what my .env.local loo…
-
We're planning to create a database architecture for WebCrumbs that closely aligns with the structure of WordPress's database. This approach will help ease the transition for users moving from WordPre…
-
## 💣 기능 설명
하드코딩된 경기 일정을 Supabase DB 데이터 기반으로 마이그레이션
## 🔨 테스크
**기능이 개발되기까지 필요한 테스크를 작성해주세요.**
- [x] Supabse 셋업
- [x] GraphQL, Apollo, Codegen 셋업
- [ ] 경기 일정 데이터 마이그레이션
- [x] Suspense 추가
## …
-
### Bug description
When you first run `migrate dev` against a brand new Supabase database to start the migration history, the command times out after exactly 120 seconds and shows this timeout err…
-
Hi, in the supabse auth docs, it says you can request scopes if needing additional data from an OAuth provider.
https://supabase.com/docs/reference/javascript/v1/auth-signin
[edit: have successful…
-
Hi, I'm using `SaaSKit`. It's a brilliant example of what I'm looking to do with Deno. Thanks for the great work!!
Getting this error 500 internal error: Cannot read properties of null (reading 'em…
-
# Bug report
## Describe the bug
When attempting to setup supabse with docker, upon launching it with `docker compose up` it outputs
```
Error response from daemon: failed to create shim task…
-
After we verify the room password in the verifyPassword endpoint, we need to also add the user to that room's participants. In order to do this we need to add the user in the backend after the passwor…
-
This is a big issue.
When complete, the web frontend should be able to directly call the backend service using JSON Web Tokens (JWTs) and users should be able to complete an OAuth flow through the …