Andrew Stromme

Results 6 issues of Andrew Stromme

The server response includes pronunciation (e.g. pinyin for chinese) which should be exposed in the library's response.

``` astromme@Snowbank:~/Code/FastMaskRCNN$ python train/train.py P2 P3 P4 P5 anchor_scales = [8, 16, 32] anchor_scales = [4, 8, 16] anchor_scales = [2, 4, 8] anchor_scales = [1, 2, 4] 5 4...

I'm trying to use lunr to index CCEDICT in the browser. This takes over 15 seconds. I've attached a CPU Profile, it looks like most of the time is spent...

File skips from 330 to 332: ``` 330,代替,dàitì 332,贷款,dàikuǎn ```

### Description I'm getting a kotlin error after adding the library to my build.gradle.kts file. This happens with versions `3.2.4` and above, but does not happen with versions `3.2.3` and...

awaiting-details

fs.writeFile("/path/to/ciseauxed.wav", buffer); I get TypeError [ERR_INVALID_CALLBACK]: Callback must be a function https://stackoverflow.com/questions/50438592/typeerror-err-invalid-callback-callback-must-be-a-function says that writeFile is async but there is no callback parameter included, hence the error. To fix, writeFileSync...