Shlomo

Results 35 issues of Shlomo

I think it's a good idea to rewrite this as an SPA. But, once you did that why are you using NextJs anymore? What value does it provide?

feature :rocket:

Any chance you can build a isomorphic SDK here? Currently, you use axios for the fetch in client.ts, which makes it impossible to use this SDK on the newer edge...

enhancement

We are using Nhost Auth 0.28.1 and now every POST request to our endpoint: https://.auth.us-east-1.nhost.run/v1/signin/passwordless/email returns a 500 response. The user is actually inserted into the database, but the endpoint...

bug

**Is your feature request related to a problem? Please describe.** Currently, for Auth you only allow an OTP code (6 digit number) to be sent by SMS. However, there is...

enhancement

Wondering how you would compare Honox to Vike (formerly vite-plugin-ssr)? Due to the bloat and growing unneeded complexity of current frontend frameworks, like Nextjs, I think the market is really...

enhancement

Thanks for this amazing tutorial. I'm just curious, as the access token from directus will expire in 15 minutes, so won't ever user just be logged out every 15 seconds...

Any chance you can share a restore script based on this backup script?

enhancement

This pull request is designed to provide a basic implementation of [Shopify's new Customer Account API](https://shopify.dev/docs/api/customer), which will allow a customer to login into their Next.js Shopify Website to update...

If you inspect the console for the cart, in the Edit Item area (in the cart modal) or the Add to Cart (on product page) before you take any action,...

We developed the code to apply a discount in the cart. I would normally put in a pull request for this type of thing, but our code now has so...