Daniel Wolf

Results 117 comments of Daniel Wolf

I notice that [email protected] replaced `/lib/config/pacote` with `/lib/config/figgy-config.js`, so my original hack doesn't work any more. What's the recommended way of reading the NPM configuration for pacote now?

Are the two directly compatible? That is, can I do this: ```js const config = require('libnpmconfig').read(); const package = await pacote.manifest('[email protected]', config); ``` Or do I have to transform the...

Is this possibly a duplicate of #1949?

I seem to be running into the same kind of problem. I'm running the Coqui STT 1.3.0 CLI with the default English models on a 1-minute recording. The error rate...

This feature would be great! My application already has an "expected" transcript and merely needs to verify it using SST. Currently, there seems to be no way for Coqui to...

BTW, I'm using the Docker version of Phonetisaurus.

Sorry for the late reply! > It seems reasonable to have something like Foo { a: 1 } or { [Foo] a: 1 }. I prefer the syntax `Foo {...

Thanks for the clarification! Let me think that over.

I believe that identifying another realm's `Object` should be possible. If all else fails, we could always do a string comparison, assuming that no sane developer will name their class...

What about the second problem I mentioned?