-
## magnetico
- https://github.com/boramalper/magnetico
- archived
- 3K github stars
- last commit 2022
- written in: Go
magnetico: Autonomous (self-hosted) BitTorrent DHT search engine s…
-
I tried to create all of tables via ODM2 model base, like this:
```
from odm2api.base import *
modelBase.metadata.create_all(engine)
```
in current odm2 sqlalchemy model, because of table schema, "o…
-
**Describe the bug**
I upgraded my Spoolman instance from 0.18.1 to 0.19.3 today, but the application did not come back up. The logs show the following (repeated endlessly):
```
spoolman_1 | use…
-
### Bug Description
Tried following [this example for the JSONalyze Query Engine](https://docs.llamaindex.ai/en/latest/examples/query_engine/JSONalyze_query_engine/) (except for the LLM being Azure O…
-
### Bug summary
### my code:
```python
from prefect import flow, task
import time
import asyncio
@task
async def my_task(a):
time.sleep(10)
return a
@flow
async def my_flow(…
-
-
### Winter CMS Build
1.1
### PHP Version
7.4
### Database engine
SQLite
### Plugins installed
_No response_
### Issue description
If you have an error in a component, the er…
-
-
For db_full_url like 'postgresql://user:password@localhost/database', initialization will fail.
```
if initialize:
# Create new database if needed.
db_url, db_name = d…
-
I was trying out the async resource provider to verify that it is actually closing the resource.
However, I noticed that it is not closing the resource.
After deep investigations I found out that …