- Fix f32 comparison: use partial_cmp instead of cmp - Add Datelike import for ordinal() method - Remove unused imports (Arc, Mutex) - Fix unused variable warning (user_type -> _user_type) All errors and most warnings are now resolved.