Daniel Wolf

Results 117 comments of Daniel Wolf

Thanks for your explanations and pointers, @mojavelinux and @elextr! In hindsight, I see that my wording about things falling apart was unfortunate. I apologize if I offended you. That certainly...

I'm experiencing a similar problem. This is my code: ```ts import './polyfills'; import 'sqlite-evcustom-browser-memory-storage-ext-free'; import { version } from '@prd-crossmip/frame/package.json'; import dbUrl from '@prd-crossmip/frame/sandbox/mip.db'; import { registerBindings } from '@prd-crossmip/inject-registration';...

@ljharb That's a good point, thank you! It still doesn't explain the phantom error at , though.

@ljharb Here's a stripped-down ESLint configuration that reproduces the phantom error: ```js module.exports = { parser: '@typescript-eslint/parser', plugins: ['import'], rules: { 'import/order': [ 'error', { 'alphabetize': { order: 'asc' },...

I tried out `ndb`, but it seems to be having trouble with the source maps, too. It displays the transpiled JavaScript code and shows an info that a source map...

@dhdaines I see you've been hard at work improving the build system and documentation for the last few days. What are your plans: Are you planning to add any new...

Thanks for the clarification!

I'd love to get confidence scores, too. In the 3rd link provided by @mmcauliffe, [Daniel Povey writes](https://sourceforge.net/p/kaldi/discussion/1355348/thread/fd0f3c27/#6492/33f6): > If you want the total log-likelihoods over the whole utterance, for each...

This is the documentation of Kaldi's `nbest-to-linear`: > Takes as input lattices/n-bests which must be linear (single path); > convert from lattice to up to 4 archives containing transcriptions, alignments,...