-
### Details
Relevant documentation: https://python-gitlab.readthedocs.io/en/stable/index.html
Checklist
- [X] Modify `sweepai/api.py` ✓ https://github.com/bartbot/sweep/commit/ac1eaee0e6cee3bd2387…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [X] 2. The bug has not been fixed in the latest version.
### Describe the bug
I used Runpod to test …
-
Create a new function called create_webservice and use FastAPI to deploy web service on localhost.
FastAPI will be optional dependency of PyCaret.
## Who can work on this feature?
-
Debugpy makes it much easier for development. We've done this for other apps that run gunicorn directly. It looks like this is possible to also configure with Uvicorn. Perhaps we just need to add in t…
-
This is a continuation of the discussion here https://github.com/galaxyproject/galaxy/pull/11760
Currently not all configuration options are able to be managed by `GALAXY_CONFIG_*` env variables.
…
-
Set up containerized app such that when run, it sends an email to me (eventually everyone in an email list on mongodb)
- [x] Create function that sends email to me on run with hardcoded password
- [x…
-
Hi 👋🏻
I used uv docker example and it works fine. However, I would like to understand what is needed to deploy fastapi app from docker using UV?
In example, there's fastapi dev which runs fasta…
-
`celery_worker_tasks_active{hostname="worker2"} 0.0`
`celery_worker_tasks_active{hostname="worker1"} 0.0`
Hey! i get 0 active tasks even though there are currently 10. it seems to me that celery-e…
-
## User Delete 기능 구현 시 겪었던 에러
### 1. MySQL 외래키 제약 문제
- **문제**: `DELETE` 요청을 보냈지만 외래키 제약 문제로 인해 요청이 거부됨.
- **해결 방법**: MySQL의 `init.sql` 파일에 외래키를 참조하는 부분에 `ON DELETE CASCADE` 속성을 추가하여 문제를 해결.
### 2. 기…
-
### What happened?
Windows 10, Python 3.11, Docker Desktop.
Trying to follow the documentation step by step.
```
cd backend && supabase start
```
```
supabase_vector_secondbrain container…