Paul Paterson

Results 15 issues of Paul Paterson

## Overview This looks awesome, and makes me want to bring out the whole FP toolkit to use along with ferrum. I'm looking for thoughts and/or best practices for using...

question

Most errors are silent. This is particularly surprising when login fails!

It is possible to use `introspectSchema`. It seems that the lambda is returning early before graphql server handler can act, when I try to use async/await. It worked when using...

I'm getting started with the scala driver. I noticed that the links point to the old documentation pages. For example: https://github.com/fauna/faunadb-jvm/blob/388e0936c077edcef6949c01d4491ccb4b8187bd/faunadb-scala/src/main/scala/faunadb/query/package.scala#L416-L421 should probably point to https://docs.fauna.com/fauna/current/api/fql/functions/paginate?lang=scala I'm familiar with the...

If a non 2XX error code is received, then `resultRequest.ResponseContent` is deserialized by Newtonsoft.Json. https://github.com/fauna/faunadb-csharp/blob/a5c58cfe31fb5997a902d99a1d504188eb74ba66/FaunaDB.Client/Client/FaunaClient.cs#L183 However, the ResponseContent received is sometimes not JSON. One user received the following error; it's...

Reference Fauna forums topic: https://forums.fauna.com/t/cloudflare-workers-and-faunadb-and-debugging-with-jest-esm-mode/3639 issue is at this line: https://github.com/fauna/faunadb-js/blob/3940ad9e71907b7795fd975ae16c9392a679b053/src/values.js#L8

Requests will fail in some environments if we do not set content type explicitly. See this Stack Overflow question where the resolution was to add provide `'Content-Type': 'application/json'` header to...

[Jira Ticket](https://faunadb.atlassian.net/browse/FE-2892) # Problem `query.Ref` accepts a single argument for backwards compatibility with the `Ref("collections/widget/123")` format, which is serialized as `{ "@ref": "collections/widget/123" }`. The driver does this by [just...

Trying to use some ink tools with React 17 is broken, causing `Invalid hook call` error.

`ttl` can be set on a Document explicitly at creation time, updated later, or be set automatically at creation if a Collection's `ttl_days` is set. We should add this common...