Aljoscha Meyer
Aljoscha Meyer
Node gives that warning when more than 10 (?) listeners are attached to the same emitter. Try `require('events').EventEmitter.defaultMaxListeners = Infinity` in the test file to fix this. [Documentation](https://nodejs.org/docs/latest/api/events.html#events_emitter_setmaxlisteners_n) The cleaner...
I don't have the time to implement generalized uri click support either, but I could simply add some lilypond specific code analogous to synctex. Would you accept such a pull...
Ok, I took a look at the synctex implementation and there's a slight problem. I assumed that synctex was based on links, but it is actually a program which takes...
I spent some time trying to write a pdf-viewer plugin for atom with support for annotations (e.g. links). But working with pdf.js was pretty horrible, since it predates javescript modules...
The choice of the hash function has indeed been pretty arbitrary, with me erring on the side of paranoia rather than efficiency. I could and probably should have made the...
Interesting idea, I will certainly put some thought into it the next time I revisit bamboo and related projects. It would make replication a bit more complicated, but probably nothing...
And just for completeness: by cashing the hashes of the entries on the "spine" (those of sequence numbers of the form `((3^k) - 1) / 2`), one adds `O(log(n))` space...
I am sorry about the state of this readme, I've been planning a reworked version for a long time that would among other things have addressed this. For the most...
> So along the verification chain the backlinked entries must be fetched, but not transitively. True, but then again, what do you actually *gain* from doing so? Slightly better coverage...
Step 2. should not end up being an explicit step however, the items that are being exchanged by the range-based set reconciliation the procedure could/should be those 'thumbnails'. > we...