Martin Meyerhoff

Results 94 comments of Martin Meyerhoff

Well, the workshop is scheduled for next sunday (the 29th, a good week from now) - so it is kind of urgent. I should've gotten around to do this _much_...

@lukaszklis We use it at OpenTechSchool for example for this course: https://github.com/OpenTechSchool/python-beginners . Also served via GH pages.

I think it's something to do with how we load the app / test harness. In the spec setup linked above, we are sure that `Spree.deprecator` is the same object,...

That's great! Thank you for putting in that time!

This now includes #77 because neither pass on their own.

This contains work from https://github.com/solidusio/solidus_support/pull/94 and needs a rebase when that is merged.

> > however, that method also has `:subdomain` in its example > > I do not understand this comment. Can you elaborate? In the [generated initializer](https://github.com/AlchemyCMS/alchemy-devise/blob/main/lib/generators/alchemy/devise/install/templates/devise.rb.tt#L43-L44), I found this comment:...

I'd like this to be optional. Either dependent on the store, or as a global configuration - something like ```rb store.separate_first_and_last_name ``` or ```rb Spree::Config.separate_first_and_last_name ``` The way it's currently...

I'd be very happy with just reintroducing an optional first name field. I do think this should be configuration option to be set by store operators in code. Switching this...