Emiliano Heyns

Results 1211 comments of Emiliano Heyns

I can see that. Speed is a reasonable goal for what Dijkstra is used for. Are there benchmarks for this library against others?

I've gone for an internal implementation (https://github.com/retorquere/zotero-erdos/blob/master/content/dijkstra.ts)

I would if I could. If anything it isolates load failures to a smaller file to do diagnosis on. For the same reasons I'd prefer to be able to split...

I'm in a similar bind -- I'm writing a Zotero plugin, and esm modules are not supported there.

https://github.com/mtimofiiv/mongoose-findorcreate/pull/4

I think they're on esr 60. I currently have bigint aliased to number and that seems to work as a workaround so far but it feels really iffy.

This is not something I have any influence over. I'll tell them, but don't expect them to move anytime soon. And my worry is that there are libraries that actually...

Oops, bootstrap was supposed to be behind an "experimental" flag; I haven't yet found out how bootstrap extensions can learn that Zotero is up and running.

Maybe not all good, but I have not found a way to safely wait until Zotero is available. I thought cita was bootstrapped but I can't find how they do...

That call to Components.utils.import brings in generic firefox infrastructure, not zotero infra. If there is a clean path to Zotero, I'll happily add it to the generator. For now, I...