Andrew Chin
Andrew Chin
Would you consider having `chrono::Duration` implement `Default`, which would produce a zero-duration `Duration` ? This would be consistent with [`std::time::Duration`](https://doc.rust-lang.org/std/time/struct.Duration.html#impl-Default)
Currently `dog` will set `use_std3_ascii_rules: true` when doing IDNA label conversion: [dns/src/strings.rs:25](https://github.com/ogham/dog/blob/640818d36e7ed04e2666aba90d0c037787cb9d6c/dns/src/strings.rs#L25): ```rust #[cfg(feature = "with_idna")] fn label_to_ascii(label: &str) -> Result { let flags = unic_idna::Flags{use_std3_ascii_rules: true, transitional_processing: false, verify_dns_length:...
Hello! First: this is a wonderful game! I'm writing to share some UX feedback on the wrap variant. This mode really benefits from the edge marks to rule out certain...
This issue is collecting some ideas for breaking API changes that we might want to make in the future * Convert some fields from `Option` to `T` if they were...
Some good info here https://ops.tips/blog/using-procfs-to-get-process-stack-trace/
See the individual commits for more info
Standandize on unsigned 32-bit ints
The Terran add-on buildings (like the barracks reactor) report an overly large `footprint_radius` in the returned `AbilityData` from the game. Here's an example (in json format): ```json { "ability_id": 422,...
We want to make sure that we have stories that cover the full range experiences. This list is not yet exhaustive, but is a good start from @estebank and @nikomatsakis...
A possible idea for a new project: ChatteRS, an IRC Client (application development) This isn't a PR, because I think it needs a bit of discussion first. Is this type...