Andreas Motl

Results 1552 comments of Andreas Motl

I've toggled this into draft mode, because apparently it needs some more love. Can you see a quick fix to get it merged, @msbt?

I've toggled this into draft mode, because apparently it needs some more love. Can you see a quick fix to get it merged, @msbt?

The error sometimes is also raised here. ```python File "/path/to/.venv/lib/python3.13/site-packages/hishel/_core/_storages/_sync_sqlite.py", line 405, in _stream_data_from_cache cursor.execute( ~~~~~~~~~~~~~~^ "SELECT chunk_data FROM streams WHERE entry_id = ? AND chunk_number = ?", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (entry_id,...

That's a quick reproducer. ```shell uvx 'cratedb-about @ git+https://github.com/crate/about.git@hishel-v1' outline --format="llms-txt" --optional ```

Hi Kar. Thank you for the quick reply. I haven't been able to isolate the offending spot further so far, and can only report that after upgrading with https://github.com/crate/about/pull/96, the...

Is it possibly a consequence that we are running Hishel with `check_same_thread=False`? If we turn that to `True`, the program trips right away: ``` sqlite3.ProgrammingError: SQLite objects created in a...

We are using the [llms-txt](https://pypi.org/project/llms-txt/) package, which [uses parallelism](https://github.com/AnswerDotAI/llms-txt/blob/0.0.4/llms_txt/core.py#L95).

Updating to version 5 broke some local workflow which is not covered by test cases, probably easy to fix but never attempted. Maybe upating to version 6 works better. We...

Hi. This patch needs a few adjustments to satisfy the type checker. Resolving them probably needs better insights into the code base than what I can provide. /cc @goat-ssh, @Taliik,...

Hi there. Resolving this would unlock a whole bunch of patches stacked upon this one. However, this particular patch needs a few dedicated cycles by authors more accustomed with the...