Manuel Lopez

Results 6 comments of Manuel Lopez

hello has this been added yet? if not I can go ahead an make a pr with an implementation to be able to remove events.

Great ideas. If I get a chance this week I can edit my pr and do some of the things you pointed out. 💯

> @ManoloTonto1 I found some time to make some changes, can you let me know what you think. I have put them as a PR into your PR: (well to...

@arran4 Hey, I just got some time to work on this in the weekend. I will get back to you after I get these issues resolved.

> I've pick it for project in Production and made a couple of tests but then found that DoubleClick() doesn't work. So, could anyone advice about the issue ? Please....

I am also running into the same Issue using transformers.js ```ts import { layer_norm, pipeline } from "npm:@huggingface/transformers"; export async function createEmbeddings(content: string): Promise { const pipe = await pipeline(...