Cormac Relf
Cormac Relf
No but I'll take it
https://gist.github.com/cormacrelf/84bc9592cd10602d05a52bed938adece While I was at it I wrote a better tool to convert between the two test case formats in case anyone feels like going full YAML anytime. I'll publish...
One note is that (it may be my setup that's wrong, but) citeproc-js fails that test, by not writing out the `et al.`. Source is in https://github.com/cormacrelf/citeproc-rs/tree/master/citeproc-js-runner, I already updated...
> better if Driver threw some sort of error if being called while fetching locales It does. đź‘Ť > I don't think there's much reason for a sync version of...
Well, I can get it to run for 5 seconds on an update to a 1000 item disambiguation pessimistic case. But yeah, that other issue with the guy letting it...
(Also I'm sure you've already seen https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback/suggestions/33088741-support-for-search-api-in-headnotes-and-footnotes, but if you haven't, it could be the thing that unblocks a pure JS word plugin.)
I'll do that then, no worries. Disambiguation is actually more like O(n * m), n being the number of citations, m being number of references. It also scales somewhat with...
Ok, unreachable in this case isn’t an `unreachable!()` call, it’s just that this build executes WASM’s unreachable instruction when it panics, so you don’t get to see the panic message....
Are you calling builtCluster for the same reason as the demo does? To initialise things? It doesn’t seem like it — you call it after manipulating the document, which is...
As a flag to wasm-pack after a `--` separator, off the top of my head. Yeah look, builtCluster is not a great API. I will make it more intuitive. But...