John Firebaugh

Results 208 comments of John Firebaugh

The URL in the error message is mentioned [here](http://nekohtml.sourceforge.net/settings.html). Can anyone fill me in on what NekoHTML is and what it might have to do with akephalos?

I believe the reason is that ES6 Map requires support for both arbitrary `Object` keys _and_ average constant time `get`/`has`/`delete`. It's possible to support one or the other, but without...

It looks like 0.28.0-alpha.10 is missing a prebuilt linux x64 binary for Node 16. https://axonodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.28.0-alpha.10-node-v93-linux-x64.tar.gz is a 404.

FYI, I needed the prebuilts ASAP so I forked the repo and added support for it to my fork. Other than adding `16` to the matrix, the only other change...

There still aren't precompiled binaries available for arm64. ``` npm ERR! ERR! install response status 404 Not Found on https://axonodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.28.0-alpha.18-node-v93-darwin-arm64.tar.gz npm ERR! node-pre-gyp WARN Pre-built binaries not installable for [email protected]...

I put some work into this (pushed in https://github.com/documentationjs/documentation/compare/flow-memberof-inference), but it's incomplete and I ended up switching the code I was trying to document from a flow object type alias...

No plans (I wound up not needing this), but I welcome anyone to pick up the work.

Hey, sorry, it's been a while and I don't remember much beyond what's in my comment above.

Totally on board with this; seems like the natural next step for theme plugins.

This is a duplicate of #2896.