Ivan Tham

Results 390 comments of Ivan Tham

@derek73 I think the list in https://en.wikipedia.org/wiki/List_of_common_Chinese_surnames is pretty comprehensive but I am not sure if we could use that to split family name (last name). But I am not...

I think something harder to solve is that some people have two characters as family name such as Tan Liu. So 3 words may be parsed as two ways below...

Yup, it affected me as well. I can't take fetch my own review. Because in my git config I did. ``` [url "[email protected]:pickfire"] insteadOf = https://github.com/pickfire ``` Is there any...

The issue is probably due to libgit2 https://github.com/rust-lang/git2-rs/issues/600 git clone works with the same url though. Maybe once `gitoxide` crate can do cloning we can use that as alternative.

@Sadi58 What is the progress on this? Can you implement it yourself?

@gaenserich I thought the `curl -z` option is implemented, but when I check it, it isn't. I think there is an alternative to it, the `-R` which can show the...

@Wabuo Okay, these are general questions about /etc/hosts if I am correct. > how do I block only a sub.domain? Type out the whole sub.domain just like that. > how...

Is stream something to look into later? Maybe we should do a feature comparison between rkyv and flatbuffers and capn' proto, to know if rkyv supports something others wanted?

I do know rkyv does not have serde compatibility, but does that mean we need to have third party to support rkyv (which is a similar case to pyo3), for...

Or we could even use `cargo-explain` for colors.