Pelle Wessman
Pelle Wessman
> Besides the dual MIT/Apache-2.0 license, another common licensing approach used by Rust crate authors is to apply a single permissive license such as MIT or BSD. This license scheme...
It also actively discourages the use of non-dual licensed Apache-2.0 as it is more restrictive than MIT or BSD, which again implies that it’s a BSD-style license that one should...
Opened a PR with a fix, so ready when @feross got time 👍
### What I think we need * collaboration * interoperability ### What I don't think we need * "official" IndieWeb libraries (any such "official" library should be maintained by the...
@grantcodes `typescript` is not a core dependency of `micropub-express`, it's only used to do "type linting" through the use of JSDoc comments etc, so it should be treated as a...
* `package-lock.json` isn't really useful in libraries + it doesn't do all the checks that `dependency-check` and `installed-check` does. - `dependency-check` checks whether one is using a module in code...
This would be a good addition, also such a small component that I can partly step back on what I said in #1. Such small focused modules like this could...
Yeah, I think that would be the structure @paulrobertlloyd – then wrapping it up as a middleware would be very simple (and such a middleware could be provided as part...
I would go with number 1, feels simplest to me
I agree with @martymcguire, I eg. do no full on post-type discovery but rather just some sniffing: https://github.com/voxpelli/node-format-microformat/blob/5381268dbcdb1aef6a5757758710e4b9f75cbea3/index.js#L329-L337 And that sniffing is optional. It's a good module and if eg....