Ricardo Fernández Serrata
Ricardo Fernández Serrata
@asdfd3v but why? I understand most of the things I said are "minor things" but I also said "advice for PRs". A `contributing.md` isn't limited to style and formatting, it's...
> it's not an issue I know and you're right, but the Issues Tab in GH can be used for stuff that isn't just bugs and feature requests. It can...
I want to help with the docs. Where do I start?
Thanks for the advice! But should I add stuff to the READMEs, a new folder named "docs", or should I edit in docs.rs? If it's in docs.rs, I need to...
Thanks again! While reading some more docs, I noticed that `cargo test` can use doc-comment examples as tests! This, and the fact that `cargo doc` and docs.rs auto-generate HTML documentation...
Ok, understood :)
> Bitwise-and operations were added because the result of such an operation will always be positive Correct me if I'm wrong, but `AND`ing `-1` (as a `BigInt`) with any number...
I would expect `BigInt.from` to behave the same way as `BigInt` constructor but more "permissive" in its syntax and accepted types and values, but no support for radices/bases. That's just...
> using 4x the memory by using the 40 code point hex representation. One can also encode it as 10 code points. That's a hack I learned when using "Automate"....
> use `is-thirteen` as a dependency The dependency tree be like: ``` is-13 is-18 is-19 is-20 is-21 is-22 ... is-0 is-1 is-2 is-3 is-4 is-5 is-6 is-7 is-8 is-9 is-10...