LeopoldArkham

Results 18 comments of LeopoldArkham

Hey, better late than never! What would you expect from this, a different function `someNumber.sector_size(options)` or the same function with an extra flag in the options? Is it always 512...

Thanks for the report, this oversight will be corrected in the next release

Most places I've looked (I think all) use a capital K but the SI prefix is indeed supposed to be lowercase. I won't change the established convention by default, but...

I'll look into this for the upcoming next release

Hey, thank you for the thorough insight! Currently I want to get the crate feature-complete before making internal changes, but if I hit limitations of my current design in doing...

Well we'll probably implement that at some point then. Regarding design: - I want to say `usize`, since the caller will need that to use it for indexing anyways. Any...

@matklad Agreed, raw utf8 is the way to go; (I don't "speak" UTF very well) @ordian The general strategy is to try to keep the AST faithful to the document...

This would start by converting all raw string references to `Cow`

It should be fairly trivial to read existing entries in the document, see if they're `Table` or `InlineTable` (the API provides this) and act accordingly. You'll also be able to...

Thanks for your comments, @ordian! Quoted/dotted keys are not fully implemented yet, that's a known issue, same with non-contiguous AoTs. 1. is a silly oversight on my part though; Focused...