Josh

Results 8 comments of Josh

Chrono API documentation [recommends](https://docs.rs/chrono/latest/chrono/struct.Date.html) using `NaiveDate` instead of `Date`, which would make sense here since the datepicker widget is time zone agnostic. `NaiveDate` implements `serde::Serialize`, it is also directly supported...

The fix upstream still need to be reflected here. It would be solved by updating dependency to crate `resolv-conf` to version `0.7` in Cargo.toml

@TheLostLambda Thanks! Your PR did fix this issue for me at least.

Same problem. OS: Windows 10 Browser: Google Chrome Version 115.0.5790.110 (Official Build) (64-bit) HZ+: Version 1.0.207 - With HZ+ installed it's impossible to access kick.com, only getting errors 400/404. -...

According to https://github.com/bevyengine/bevy/issues/8248#issuecomment-1488780916 this is a hardware limit that you cannot increase (only decrease).

I'm encountering the exact same problem. - Dioxus version: [0.4] - Rust version: [1.72.1] - OS info: [Windows 10] - App platform: [desktop]

That's probably because I'm using the desktop renderer from crates.io. [Documentation](https://dioxuslabs.com/docs/0.3/guide/en/getting_started/hot_reload.html#desktopliveviewtui) says hot reloading works on desktop renderer with git version only.

Related to https://github.com/chronotope/chrono/issues/117