John Boxall

Results 43 comments of John Boxall

These aren't the repos you're looking for. Move along. :space_invader:

Hey @jwamsterdam you might want to try our updated Scooch module: http://github.com/mobify/scooch It replaces the old Carousel plugin. Most likely, you'll need to re-initialize the carousel after you dynamically change...

@jwamsterdam can you point me to a public page showing an example? Here is a page with just one item in the carousel: http://mobifyjohn.s3.amazonaws.com/mobifyjs-279/index.html

I tried the steps above again but it appears no longer possible to get the test app to successfully run. First I build the lib: ```sh nvm use 18 corepack...

This feature should also help you understand when the ODS you're connecting to is stopped or or longer exists. SCAPI requests to a stopped sandbox returns an HTTP 521 "Web...

Thanks @LucasReyre. Using SCAPI hooks to add details to error message with Script API's `Status` and `status.addDetail` is very useful to provide support for conditional error messages based on SCAPI...

To build on the issue, `commerce-sdk-isomorphic` _does_ provide access to custom validation errors returned by SCAPI, so we should validate that the error body is available in `commerce-sdk-react`. To replicate...

In the context of `ssr.js`, if you need to pull the client IP out of you'll need to grab it from the HTTP request header `x-forwarded-for` when the app is...

**@lgrammel – yes, it appears to be `zod@4` specific issue.** Likely due to the change in how schema "metadata" is stored: https://zod.dev/v4#metadata The above example with `zod@3` correctly includes the...

@bendvc – your suggestion about not conflicting with existing customer routes is a good one! Instead of introducing a new path, we could extend the current convention of [`/mobify/ping`](https://playground-20x-us-west-1.mobify-storefront-staging.com/mobify/ping) and...