platform · inferred from evidence
Ubuntu
An operating system environment where the issue was observed.
- Hasura: "hasura seed create" fails on UBI image — pg_dump: undefined symbol: PQmblenBounded
On hasura/graphql-engine v2.49.3 UBI images (e.g. v2.49.3-ce.cli-migrations-v3.ubi), running hasura seed create --from-table ... failed with: exporting seed data: pg_dump request: 500 ... "could not find a \"pg_dump\" to execute\npg_dump: s
- pscale CLI hangs for ~2 minutes on every command in WSL2
On WSL2 (Ubuntu), every `pscale` command hangs for about 2 minutes before producing any output — including `pscale auth login`, which also takes ~2 extra minutes to show the success message. The first command after a reboot works; all subse
- Typesense crashes importing into a locale:ja field on Ubuntu ARM64 Docker
Typesense crashed when importing Japanese documents into a field declared with `locale: "ja"` on the Ubuntu 22.04 ARM64 Docker image. The crash was reproducible by creating a collection with a `string` field with `locale: "ja"` and then imp
- Chroma.from_documents() raises sqlite3.OperationalError: attempt to write a readonly database
Using Chroma as a persistent vector store via Chroma.from_documents(docs, embedding, persist_directory=...) on Ubuntu with langchain 0.0.351. The first creation worked, but deleting the persist directory with shutil.rmtree and recreating th