m.b.

Results 33 comments of m.b.

There is also another issue, probably related to this bug: Let's say shop has two currencies defined: EUR (default) and USD. If user changes current_currency to USD and makes an...

I have exact the same issue - lita randomly disconnects which makes it useless as i can't constantly restart the process each time it's down (which is aprox. once a...

It should be fixed on `master` via https://github.com/spree-contrib/spree_analytics_trackers/pull/74

To be more clear - adding my `t` method overwrite to specific cell class works fine but adding it anywhere in `Cell::ViewModel` don't

Yeah, i'd love to but i don't have much time for that right now. But i'll do that for sure in upcoming days.

Oh, that totally makes sense. I'm sure i'll send a PR soon :) On 14 April 2015 at 09:11, Nick Sutterer [email protected] wrote: > Cool idea - I don't think...

Ok so that's how that method should look like: ``` def t(*args) options = args.last.is_a?(Hash) ? args.pop.dup : {} key = args.shift cell_name = self.class.to_s.delete('Cell').underscore path = if key.starts_with?('.') "cells.#{cell_name}#{key}"...

Thats more or less how it look right now: ![image](https://cloud.githubusercontent.com/assets/581569/21442221/c636b0b4-c89c-11e6-999d-33d2ab23ec8b.png) And i just realized that actually not ALL of the cells are escaped but i can't really see any regularity...

One last update - i've tried a lot of solutions from [this thread](https://github.com/trailblazer/cells/issues/260) and none of it worked. It's still the same, i just think i found the regularity -...

Would be amazing to have this feature implemented in solid queue. Keeping my fingers crossed for it 🤞