Jacopo Graldi

Results 6 comments of Jacopo Graldi
trafficstars

> 🤔 try to set `style.timeSystem = TimeHourSystem.twelve` Nothing changes: correctly displayed for 24-hours system and with that strange behaviour for the 12-hours system

var i: Int=0 for course in courses { let isoDateStart = course.startEvent let dateStartFormatter = ISO8601DateFormatter() let isoDateEnd = course.endEvent let dateEndFormatter = ISO8601DateFormatter() var event = Event(ID: "\(i)") event.start...

For the following code ``` var i: Int=0 for course in courses { let isoDateStart = course.startEvent let dateStartFormatter = ISO8601DateFormatter() let isoDateEnd = course.endEven let dateEndFormatter = ISO8601DateFormatter() var...

Okay, thanks! Please let me know if you find something!

well, that's strange. Did you change the entire iPhone hour-system, right?

Hi all. I get the same error using multiprocessing in [this](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb#scrollTo=09f4e50c-23d9-4057-ae37-c954d7e063bb) example notebook (run locally on SLURM server), i.e. with `num_processes=2`. Any suggestion is welcomed!