Rody Davis

Results 417 comments of Rody Davis

I got EmbeddingGemma working pretty well with transformers.js: ```javascript import { FeatureExtractionPipeline, pipeline, Tensor, type DataArray } from "@huggingface/transformers"; export const embeddingGemma = "onnx-community/embeddinggemma-300m-ONNX"; export async function getEmbedder(model_id: string) {...

Thank you for the PR! Once thing I am tracking is the upstream changes with preact_signals and it makes it possible to keep the expected behavior the same as they...

Node.js is about to unflag the SQLite API and I saw it supports the session extension! https://nodejs.org/api/sqlite.html I will be looking at it on how it maps to the c...

I was able to get it working with sqlite3.dart! https://github.com/rodydavis/sqlite3.dart/blob/session-ext/sqlite3_native_assets/example/main.dart This took a lot to figure out from reading the code but essentially I generated the bindings for sqlite3.c (adding...

Now that [PR](https://github.com/simolus3/sqlite3.dart/pull/300) is merged for sqlite3, what is the best way to get the CommonDatabase in drift?

That works for me! I like the second option the best too

No I need to fix the CI. Not sure why it started failing. I will test locally

Moving to draft, left me know when you want me to review!

Talked offline and looking into publishing!

Can you provide a minimal code example? I am happy to add it as a new test to prevent regression if it is a bug. I am looking at removing...