Gavin King

Results 1281 comments of Gavin King

Related: #171 I didn't notice that there was a pre-existing issue requesting the `round()` function.

It's probably more useful to have `pi` than `radians()` and `degrees()`, since it's not that hard to write `*180/pi`.

I'm going to close this one, since the most important math functions are now available. Trigonometric functions, if we want them, would be a separate issue.

Ummmmm .... not sure because I've never used JSON-P or `JsonValue` and I don't know enough to really have an opinion. My _quick_, very naive reaction: - If this were...

The response from @rbygrave seems pretty clear, and the original reporter has not responded, so I propose we close this.

> For myself, I personally feel it is not ideal to map to `JsonValue` but instead use a specific application dto type like `MyJsonPayloadRepresentation` or JDK type like `Map`. This...

Wow, just read properly the (very ancient) long discussion above. And I went and had a look at the spec. It seems to me that @sebersole was 100% correct in...

We've done some thinking about this lately, and it seems to me that a "`record` entity" just isn't a very useful construct for the following reasons: - Entities in a...

Please see #379 and #428 which are relevant to this discussion. IMO, these changes address the needs described above, and once #428 is merged, we can close this.

> Please see #379 and #428 which are relevant to this discussion. IMO, these changes address the needs described above, and once #428 is merged, we can close this. Those...