jcmoore

Results 5 issues of jcmoore

tl;dr in order to (lazily) load the acoustic model from here (https://github.com/cmusphinx/pocketsphinx/tree/a60982363101704eca342e7e0920754090cd49b1/model/en-us/en-us) without warnings/errors, I'm having to provide a `["-mmap", "no"]` configuration setting to the recognizer. ... When loading the...

Invoking ``` toObject( new Uint8Array([116,0,118,0,98,108,117,114,0,102,111,99,117,115,0,116,77,111,110,111,0,116,78,111,119,0,116,90,111,110,101,0,117,114,108,0,0,0,6,35,31,26,21,17,12,0,0,0,9,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,222,33,222,34,162,142,120,66,216,193,35,234,136,1,0,0,44,1,0,0,0,0,0,0,75,0,0,0,0,0,0,0,4,4,15,7,5,20,2,127,126,2,1,2,3,61,4,39,4,36,1]).buffer ); ``` causes `Uncaught TypeError: Cannot mix BigInt and other types, use explicit conversions` around [here](https://github.com/google/flatbuffers/blob/8a09f3fb0bff86ccc8cce4290b03d498fa59318a/ts/flexbuffers/reference-util.ts#L61). Looks like type coercions are [already](https://github.com/google/flatbuffers/blob/8a09f3fb0bff86ccc8cce4290b03d498fa59318a/ts/flexbuffers/reference-util.ts#L68-L69) [happening](https://github.com/google/flatbuffers/blob/8a09f3fb0bff86ccc8cce4290b03d498fa59318a/ts/flexbuffers/reference-util.ts#L87) [elsewhere](https://github.com/google/flatbuffers/blob/8a09f3fb0bff86ccc8cce4290b03d498fa59318a/ts/flexbuffers/reference-util.ts#L100-L103), so...

### What OS are you using (`uname -a`, or Windows version)? Darwin Kernel Version 22.4.0: Mon Mar 6 21:01:02 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T8112 arm64 Mac OS Ventura 13.3.1 (22E261) ### What...

Following up on a discord [discussion](https://discord.com/channels/1069799218614640721/1168069498918670336/1251194385366909099), with consideration for the ongoing/upcoming work on garbage collection, I'd like to formally request an API to permanently redact content from document history. This...

I see from #86 that `BEGIN CONCURRENT` is "planned". I also see from #1187 that HC-tree is on your radar. Although you've made it clear that there are no plans...