robbieaverill

Results 192 comments of robbieaverill

Yes I had the same thought regarding naming. Would probably need to define a transition list somewhere, but I wanted to avoid repetition as much as possible. On Wednesday, 24...

Would be a simpler application- I just figured it should be generic. I'll adjust and pull request it since it's all I need right now anyway!

> Should I rewrite the .htaccess so all requests wont even hit the application when in Maintenance mode? Yes, absolutely! This way the application can be as unstable as required...

Hi @wlaj, Commerce.js does not support a wishlist so this feature will not be implemented in this repository. You can use Next.js API routes and some kind of database to...

> @robbieaverill correct me if this is wrong, but the login email can only be sent to email addresses that already exist as "customers"? Correct

Duplicate of https://github.com/vercel/commerce/issues/193

Hi @IvanSmiths, do you have any more information about this request? The 422 response code indicates that there is probably a response body somewhere that might contain more useful information

Hi @zb2oby, yes, we want to support i18n in the future. I don't have a timeframe on availability for it right now though.

Thanks for raising this. You could also use CSS to provide the ellipsis rather than truncating in code. Pull requests welcome!

If it's helpful, I think all three of these branches mostly trigger builds from cron now, rather than from merges or pushes