yūdachi
yūdachi
This was fixed by ba9c83c. But I decided to keep this issue opened as a remainder and closed it once we replace every `u8::is_ascii_whitespace` with `char::is_whitespace`.
Sorry for the delay, and thank you for the long and detailed feedback. I can see the biggest concern you have is about lifetime. And I'm afraid it's not much...
> I do want to be clear, since you note you don't have a ton of free time and want a clear solution, that I'm not sure this is really...
Speaking of typenum, I actually had a bad experience with it. That was when I tried to implement some crypto functions with [block_modes](https://crates.io/crates/block-modes) and [aes-soft](https://crates.io/crates/aes-soft) and was struggling to set...
It's definitely possible to include text position formation. We can warp the `&str` with a `Context` struct which behaves like `&str` and also contains the position in the input org...
+1, for now, I'm sending verification email by hitting [the restful api](https://firebase.google.com/docs/reference/rest/auth/#section-send-email-verification). What a mess..
@lo48576 Then the following two codes will behave differently: ```rust fn detach_children(self, arena: &mut Arena) { for child in self.children(arena) { let node = arena[child]; node.parent = None; } let...
Thanks you for reporting this. It seems like this bug has been fixed in v0.10. But orgize doesn't render footnote to html properly:
Starting from v0.10, `indextree` will be replaced with `rowan`. See https://github.com/PoiScript/orgize/issues/70