Julian Gruber
Julian Gruber
@timoxley for that I created [ghub.io](http://ghub.io/)
@timoxley you could do `$ open http://ghub.io/component`
if in doubt, do less
+1 for compatibility badges and links to different downloads. Dependencies shouldn't matter so much, perhaps only display the number of dependencies.
For anyone else having this issue, https://github.com/filecoin-station/on-contract-event/tree/main is a temporary workaround
Thanks to @dumikau for finding this code path in `lotus-gateway`, which is most likely the problem. When connecting to lotus directly, everything works as expected. ``` /* FILTERS: Those are...
I personally like using little wrappers like https://github.com/electron/update.electronjs.org/blob/f0d89fe197ed13b63fbe58af96492eab1b4c21cc/index.js#L42-L60, which help with error responses and request logging
Instead of going frameworkless, @bajtos suggested looking at [fastify](https://ghub.io/fastify)
Should we not remove `express`, we must secure the current `async` route handlers, which aren't supported natively by the framework. @guanzo suggested using https://www.npmjs.com/package/express-async-errors in this case.
Interesting that the failure rate was 0 with Caddy but significant with Nginx 🤔