vcombey

Results 7 comments of vcombey

I achieve what you wanted to do @newicz by changing ``` this.window.loadURL(formatUrl({ pathname: path.join(__dirname, 'index.html?route=settings'), protocol: 'file', slashes: true })) ```by ` return `file://${__dirname}/../renderer/index.html?route=settings`` as it doesn't escape the "?"...

I am having the same issue.

Is this only on tests webhooks ?

what is blocking from the PR to be merged ? I would like to use it with the current master which use tokio v1

setting the beam doesn't seems to change anything, I still don't get the alignment for the smallest error. this is the command I use ```./montreal-forced-aligner/bin/mfa_align -j 4 -b 1000000000 /tmp/.tmpZw0VvL...

It also broke the last version in replicate: https://replicate.com/victor-upmeet/whisperx when activating speaker diarization. Do you know when it will be updated ? thanks 🙏

You're totally right, it is really old code I forgot to remove when I published the crate. Apologies.. I have no idea neither, appart from using really unsafe code to...