roll

Results 370 comments of roll

From @stevage: --- "date"/default allows any ISO8601 format, which is incredibly broad (and includes rarely supported features like recurring dates and intervals). Do we intend this? "date"/datetime requires UTC. Do...

From @peterdesmet --- Frictionless Framework will correctly parse the following datetimes with a `format = default` ([datapackage.json.zip](https://github.com/frictionlessdata/framework/files/11803068/datapackage.json.zip)): ```ini 2013-11-23T08:30:00 # No timezone 2013-11-23T08:30:00Z # UTC time 2013-11-23T06:30:00-0200 # Timezone offset...

Hi @peterdesmet, I think it totally makes sense, but we need to add it in some non-breaking manner, as changing the property type (string -> string | string[]) will structurally...

> I didn't know about the convention to stop using union types. Is there a full list of the ones that are planned to be maintained? I'm aware of Data...

Thanks, @ipimpat! We will work on a better debug workflow

Hi @iSnow, could you please release?

Thanks @iSnow, I'll set it up. I had forgotten about #25

> It would be good if you have an email address that I can use for the Jira-account. I'd mail you the password to the Jira and the SSH cert...

I've checked this guide - https://dzone.com/articles/publish-your-artifacts-to-maven-central - and it feels really overwhelming for a person who has never touched any Java code. It seems I need to set up the...