Results 96 comments of ivnsch

@andrewackerman Data classes shouldn't have more than a generic minimum to be used as domain entities, this being `equals`/`hashCode`, `copy` and `toString`. Serialization isn't a universal requirement and even less...

Maybe something generic along the lines of [Swift's `Codable`](https://developer.apple.com/documentation/swift/codable) could make sense, but this is an entirely different feature. Although `equals` and `toString` are convenience as well - I remember...

In almost 2 years of working with Kotlin (nearly full time) I haven't had problems because of semicolons _a single time_. On the other side, in less than a month...

Oh. Right. You're saying that you suspect that some Kotlin expressions are weird because of its optional semicolons. I also suspect many things, but wouldn't bring that up in an...

Is there any Dart feature where there was a substantial majority (above 60%)? From this data, it sounds like people just don't like breaking changes. In which case 40% would...

What is the current purpose of this issue? Will rocket support CORS, or is it intended to continue using external projects like rocket_cors?

Any updates? @TimOliver would it be possible to merge this? It would be very helpful to have this in the demo app...

@TimOliver awesome, thanks!

I get a runtime exception when using this lib (V. `0.5.7`) "java.lang.UnsupportedOperationException: can't load this type of class file" on Android, any idea? > > Caused by: java.lang.ExceptionInInitializerError > 06-16...

I also tried with `0.4.3` but getting problems with other dependencies because of the old version of jsr305 it uses.