Sam Hulick

Results 191 comments of Sam Hulick

Hmm, you're right, Formous wasn't really built with multi-stage forms in mind. It won't work because if you have a submit button for step 1, it will run tests on...

Yeah, this is something I need to add in for sure. I'll close this issue once it's done!

Ah, I may not use this after all. Nuclide keeps auto-installing the older `language-babel` which probably conflicts with this package.

Hey! Apologies, but I think a fork would be a good idea. I think Jeremy is pretty busy these days, as am I. I am planning to write a brand...

Tests are failing - need to revisit this.

@jeremydaly I'm running into issues with this, specifically with my own custom types I've set up. Casting using `::jsonb` and `::uuid` has worked out fine, but this doesn't work: ```sql...

Aha! Weird. I think maybe the Data API client doesn't like `:asset_type::asset_type` and is interpolating improperly. If I rename my type and do `:asset_type::asset_enum`, it works great.

I've created PR #57 which lets you pass casting information via parameters.

I've patched my own personal version of data-api-client to use the v3 SDK. I'll have to pay attention to whether db errors trace differently now.

@jeremydaly This is probably a semi-critical bug. It was fixed in PR #75 but hasn't been published to the npm registry, looks like.