Graham Cox

Results 60 comments of Graham Cox

I've no idea to be honest. That's the most obvious solution, but returning null - if the field supports that - could make sense too. On Tue, 11 Jul 2017...

Awesome :) Is there anything that documents upcoming changes? I did a search for "Suspense" in the issues but nothing that looked relevant came up.

I'm still getting the error on Java 11, though it doesn't seem to actually break anything. That's both on Linux (CircleCI) and on macOS.

I've got exactly the same problem, only with `actix_rt:test` instead. What may be best is to be able to configure which attributes are recognised so that people can add their...

I've just hit this exact same issue, and can confirm that it does not happen with the standard `middleware.Logger()` that comes with Echo. i.e. this causes the issue: ``` logger...

I should mention that I only noticed this because Prism returns an HTTP 415 if the request has a body but the OpenAPI spec doesn't support one. Most server frameworks...

That's a typo. I was converting it from Siren, which uses the "fields" term, because HAL Forms has inbuilt support for required and readonly. On Sun, 2 Oct 2022, 17:10...

Both from HAL Forms? Maybe the problem is in that instead of Ketting then 🙂 As I said earlier, it's only really a problem because Prism rejects the requests as...

When not specifying a content type at all, Prism gives: And the Firefox console shows:

Interestingly - and I'm surprised by this - specifying `"contentType": "application/x-www-form-urlencoded"` in the HAL Template and it *does* work. :) I really expected that to fail on the exact same...