modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Replace `chrono` crate with `time` crate #80

Open deciduously opened 2 years ago

deciduously commented 2 years ago

The chrono crate should be completely removed from the codebase and replaced with time.

AdeilH commented 2 years ago

Hi Can I pick this up?

nitsky commented 2 years ago

@AdeilH yes!

AdeilH commented 2 years ago

Hi Apologies but is this a high priority task? My current personal machine can't really build this program and hangs up i have tried multiple times and can't get past the build stage hoping to get a new machine in a month if this can wait. image

deciduously commented 2 years ago

Hi @AdeilH - Tangram is definitely a large build, and unfortunately hardware that can build the project in a reasonable time will be a prerequisite for working with the code. I'll unassign you for now, and if your new machine handles it better, feel free to jump back in.

hedonhermdev commented 2 years ago

Hi, I would like to work on this issue if no one else is. Can I take this up?

nitsky commented 2 years ago

@hedonhermdev I opened #89 as a draft, but unfortunately the time crate is missing the ability to mutate values and parse timezones. Would you be interested in contributing the features we need to the time crate?