Michael Heuberger

Results 333 comments of Michael Heuberger

![24-06-25 14-07-28 4239](https://github.com/end-4/dots-hyprland/assets/177641/35f11592-985b-484e-9c14-94021621cf6f) Btw here's a snapshot ...

Yep, thanks @starNGC2237 What I meant is more like an array of models, like ```js modelName: ['base.en', 'base.fr', 'base.it'] ```

I see you have this code: ```ts const transcript = await executeCppCommand(command, logger, options.withCuda) if (!transcript) { throw new Error('Transcription failed or produced no output.') } ``` https://github.com/ChetanXpro/nodejs-whisper/blob/main/src/index.ts#L42 I would...

Thanks @dms00 - before I merge, @JoshData, tell me, when is the next release scheduled?

Good. In that case, end of this week, will rebase with the latest master and test everything all over again.

Tested again and all looks good. Ready to be merged @JoshData

@vanvugt Thanks but no, there is no such option to hide it.

Likewise, here, it's becoming a pain with my project, at this line https://github.com/binarykitchen/videomail-client/blob/master/eslint.config.js#L41 I think the cause stems from wrong type definitions. Perhaps need to add `null` next to undefined,...

Well, this VS Code plugin is also breaking with Prettier v3.7.2: ``` /home/michael-heuberger/code/binarykitchen/videomail.io ❯❯❯ npm ls --all | grep prettier dev ✭ ├─┬ @svgr/[email protected] │ └── [email protected] ├─┬ [email protected] │...

It's also happening on version 12 of `prettier.prettier-vscode` ``` ["ERROR" - 11:38:39 PM] Error handling text editor change ["ERROR" - 11:38:39 PM] function({ filepath }) { const basename = path.basename(filepath);...