Eric Chernuka

Results 13 comments of Eric Chernuka

This one just came up for us. We took a timeZone name to display the offset `GMT-04:00` kind of thing and didn't notice it until we provided `America/Santiago` this week,...

Let me see if I can get some time to help out with this.

I like it. Makes sense and is transparent. I saw the docs were updated with this the value getter method. I attempted it this morning, but ran into a few...

I was thinking about this the other day and thought it would be a great addition. In the Ruby world with `factory_bot` they had a method called `build` which allowed...

Leveraging https://mswjs.io/ might make it easy for node and browser environments.

I actually just ran into this. I've confirmed this by also creating a decorator that handles a `beforeSubmit`/`afterSubmitSucceeded`/`afterSubmitFailed` and in the beforeSubmit calling `form.getState(). dirtyFieldsSinceLastSubmit` returns the changed values. I...

I'm actually running into this right now and was looking for a way to influence the errors so I could still keep all the form behaviour.

Just wondering if there's any way to keep this progressing? The change seems relatively minimal for the goal.

I'm hitting this exact same problem. The function is receiving the the base `API_URL` variable, when it should be the `DEPLOY_PREVIEW_API_URL`. Is there any thoughts on how to use this...

@cball I looked into this a bit further and the Netlify Functions do not pass in any context or branch into the functions that can be used to even replicate...