Titus
Titus
Some of the utils are already pub because they‘re used in https://github.com/wooorm/mdxjs-rs. So, having some utils pub is fine. Also, putting them in separate crates is also fine.
Thanks for your contributed work! I remember that there were some questions you still had, about the tracker for example, but can’t seem to find it now. I was still...
> But this PR is pretty sizable already. > I'd lean towards having extensions in follow up PRs. Right yes, that indeed. Somewhere above @Bnchi and I talked about this...
If I run `cargo clippy --all-features --all-targets --workspace`, I get: ``` error[E0599]: no method named `len` found for struct `regex::Match` in the current scope --> mdast_util_to_markdown/src/handle/inline_code.rs:53:47 | 53 | &&...
Ah, seems like that landed in regex 1.8.0
Only thing perhaps is some docs in this readme here? And, how should this new code be used? Should it be published? As alpha?
Sounds good to me! :+1:
neither: you can work on this
> In my opinion, LGPL is designed for libraries, why people keep worrying about it... Re license: I would very very strongly recommend going with MIT/ISC/similar. That’s what almost all...
> In my mind, GPLs are for powerless individual coders, and others are for powerful companies, universities or foundations. I don’t think this understanding is correct; npm being 99% MIT...