HarryTheWulf

Results 6 comments of HarryTheWulf

Bit of a hack, but thought I'd share what. I ended up doing. ```css body:has(dialog[open]) { overflow: hidden; } ```

This is likely because the `IS_NODE_ENV` variable gets set when creating an Electron app. [See here](https://github.com/huggingface/transformers.js/blob/main/src/backends/onnx.js#L63). I wonder whether creating a variable that checks for hybrid apps like Electron and...

This has been discussed in #1145 where the consensus was the same: TypeScript doesn't provide any additional benefits than what the library already does. Types exist already.

@MrGVSV Hey, I know you're busy, but is there any chance you could find some time to review this PR? Thanks.

The implementation of the algorithm could definitely be improved, because the Canvas API tends to have better results, however a bad implementation is better than none. If you are not...

Hey @xenova, I started work on this before the pipeline, but kept this PR as draft because I hoped to fix it down the line. My current laptop just became...