David Thyresson

Results 179 comments of David Thyresson

Note: Redwood would very much like a custom healthcheck function so we can test deploy CI and make sure a query can fetch data from the associated database. We'd add...

> I think I changed my mind and now I agree with you on using `endsWith`. Now Yoga checks the path in this way. Let me know if that works...

> I'm working on that @dthyresson > How would you imagine that? Ideally, it would work the same as documented here https://redwoodjs.com/docs/graphql#health-checks This is how RedwoodJS declared one with Helix...

@n1ru4l This is a timely issue as I was recently using Yoga with RedwoodJS and there Pino logger and had a few observations: 1. Yoga debug logging is enabled anytime...

> 2. How to use yoga with common log collecting tools Pino with their transports is an excellent way to send logs to tools like Datadog and LogFlare. See: https://getpino.io/#/docs/transports

> @dthyresson You can instantiate a new client as [here](https://github.com/upstash/upstash-redis/blob/master/README.md#instantiate-new-client) > > Pipeline will be supported by SDK soon (in ~2 weeks) Thanks! I completely missed those docs. I’ll keep...

I’ll keep this issue open as a reminder but I think it can become an issue to add documentation for using the Upstash Sdk instead.

Hi @enesakar I recently got back into trying out GraphQL response caching with the `@upstash/redis` client and am encountering the following error: ``` TypeError: Cannot use 'in' operator to search...

@chronark Now that you mention the iodredis client in the package I was trying to use, this all makes so much sense why it wasn't working -- no idea why...

> Hey @dthyresson I've created a draft PR #1404 > Maybe you can try and figure out why the tests are not working yet. I'll retry as well sometime this...