kumavis

Results 163 comments of kumavis

I opened [an issue with bezier-js](https://github.com/Pomax/bezierjs/issues/137) but also here because your commonjs distributable `force-graph/dist/force-graph.common.js` is now not commonjs compatible

@vasturiano PR'd a potential solution for bezierjs https://github.com/Pomax/bezierjs/pull/138

there is an example included in the repo

https://github.com/jaredhanson/passport-http-bearer/blob/master/examples/bearer/app.js

sounds unrelated to this module - it doesnt use a password or hash, just an api token

@lawnsea The monkey-patch is `global.window = global` at the top of your worker src

better than nothing +1

additionally its used unsafely in some places, expecting a return value and not tolerating undefined