Ewan Edwards

Results 10 comments of Ewan Edwards

There is a missing `printFn` function that is used in many places, so the tests don't complete successfully.

If you can detail the problems that you are encountering, that would help us develop appropriate solutions.

Thanks for the feedback! Since Fauna is a "NoSQL" database, and its query philosophy differs notably from SQL's, none of the SQL integrations is going to be helpful. We're primarily...

@Curiouspaul1 Here are the reference pages for those functions: * https://docs.fauna.com/fauna/current/api/fql/functions/at?lang=python * https://docs.fauna.com/fauna/current/api/fql/functions/events?lang=python

Which version of Node.js, `npm`, and `pnpm` are you running? Since `pnpm` tries to dedupe all of the Node modules installed on a system, you may be encountering a limitation...

> (caused by: getaddrinfo ENOTFOUND db.fauna.com) That error indicates that your application's DNS resolver is unable to locate the IP address for `db.fauna.com`. There's nothing the driver can do about...

Thanks very much for accepting the PR! 👍

In addition, if I use the following definition: ``` IgnoredClasses = blurb ``` And my HTML contains: ``` ... Thanks! ``` I get the warning: ``` 2060:31 error Don't use...

I, too, have a singular Go version: ``` $ go version go version go1.17.7 darwin/arm64 ``` When I download and run golangci-lint 1.46.2 (from the releases page), I get this...

I get the same error on an Ubuntu box: ``` $ lsb_release -a Distributor ID: Ubuntu Description: Ubuntu 20.0.4.1 LTS Release: 20.04 Codename: focal $ node --version v10.19.0 $ npm...