Robbie Wagner

Results 813 comments of Robbie Wagner

I think I am still seeing this in ember-cli 3.9 and latest addon docs. Is anyone else hitting this again? You can see the error here https://shipshapecode.github.io/ember-flatpickr/

@ahamedalthaf can you try the latest version please?

Does anyone have further insight into this issue or should we close as `wontfix`?

@pzuraq @kybishop where did we leave off on this?

It's been a year on this issue. Any updates here?

@buschtoens these particular strings do not have any variables, just plain strings we want to change per locale. It's basically a bulleted list that we will change per language.

@jasonmit it should just return the array as is, no concat, and no arguments.

@buschtoens I'm just looking for raw array support. I think arrays are a special case, and I am okay with them not supporting passing variables, and just returning a raw...

So without adding this, how would you support arbitrary lengths of content per locale? My current workaround is to make it one big multiline string, but I would prefer to...