Raphael Simon

Results 128 comments of Raphael Simon

Thank you! Looks like the output of `goimports -l` changes the file which is not supposed to happen (that's why the build fails). Maybe try formatting the file locally and...

Just released v1.9.2, thank you for the contribution!

Hello, as you guessed the algorithm compares the types structurally to avoid generating different schemas for types that are generated dynamically and structurally equivalent. This behavior can be overridden by...

Makes sense, I'm reopening the issue.

I put together a [PR](https://github.com/goadesign/goa/pull/3572) that attempt to address this issue. The results for the example given here seems to be what is expected. I would appreciate it if others...

Unfortunatly I don't think it's as simple as it sounds, the first issue is the DSL - we'd have to introduce different types which is actually quite a bit of...

The generated code does validate the format so you can be certain that the string will parse correctly into a DateTime value or the generated code returned a `BadRequest` to...

The format would have to be a set list - not an arbitrary string like you have. So `FormatRFC3339` or `FormatRFC1123` etc. constants that are defined in the goa design...

I was expecting to get a push back on dropping the `DateTime` type. It's just a lot of work and potential for bugs but I understand it's also convenient. I'll...