Rafael R. Ramos R.

Results 3 comments of Rafael R. Ramos R.

This worked for me: `sudo dnf install python3-devel cmake gcc-c++` `pip install chromadb`

I have the same problem, it seems to ignore generics. ```ts import { getTypeScriptReader, getOpenApiWriter, makeConverter } from 'typeconv'; const input = 'export interface Foo { data: T[]; success: boolean;...

It worked for me. ```ts import { createClient } from '@libsql/client/web'; const dbClient = () => createClient({ url: import.meta.env.TURSO_URL, authToken: import.meta.env.TURSO_AUTH_TOKEN, }); ```