Dan Wetherald

Results 26 issues of Dan Wetherald

Trying to use this but nothing seems to be happening, simple schema that should fail, but nothing gets thrown and the resolver continues to create records that should be failing...

When you add an item, the gem should check to see if the item already exists in the cart and increment the quantity. Also, the contains?() method only ever returns...

I find it very very odd that simply supplying a path to the toml file is not something that is included in this cli, this blows my mind actually. We...

question
type: bug

We are receiving this error on startup in our latest deploy (we are only seeing this in production). ```js import IORedis from "ioredis"; const REDIS_URL = process.env.CHECKOUTS_REDIS_URL || "redis://127.0.0.1:6381"; export...

``` /node_modules/graphql-relay/connection/connection.js:112 ┃ ...(0, _graphql.resolveObjMapThunk)( ┃ ^ ┃ ┃ TypeError: (0 , _graphql.resolveObjMapThunk) is not a function ``` Once downgraded to `0.9.0` the error is removed. This started happening when...

Exploring the idea of hosting this on fly as well. Is there any way we can get an updated fly.toml with some documentation on how to do so? (we are...

There is no way to make a field optional but validate when not an empty string. `Yup.string().phone(true, false, 'Phone not valid').notRequired()`

There seems to be a broken link to "map over cleanly to Reason and vice-versa.". https://github.com/reasonml/reasonml.github.io/blob/source/docs/libraries.md

In the client script.js after creating the stripe elements, there is a reference to `data.clientSecret` https://github.com/stripe-samples/saving-card-after-payment/blob/98a06c125fdc91f2d622f9b1f52b9bba0c41416b/without-webhooks/client/script.js#L49 This payload (data) is requested from the server `/stripe-key/` which returns only the `publicKey`...

It seems Wistia videos are not working, not seeing any errors, just nothing loads up. I have tried with the testing url as well: https://home.wistia.com/medias/e4a27b971d Thanks, Dan