Jonas Büth
Jonas Büth
Ok. The filter in the for loop is what I am doing right now. And sure it does work. But I use this for loop and therefore the filter several...
Thanks for that pattern. I am gonna try this tomorrow.
This works. Thanks. But the `{% if not forloop.last %}, {% endif %}`does not work anymore since we don't now if the last variable is filtered by the macro. PS:...
That would a nice addition as the filtering is would ne named and separated from the template. I am going to experiment with this
I think this can not be implemented as a filter since protocol FilterType { func invoke(value: Any?, arguments: [Any?]) throws -> Any? } does not get the context to resolve...
@NagRock any news on this one? We rely heavily on rejecting with `any` types. This issue prevents us from updating to the latest `ts-mockito` version which now includes a needed...
I fixed this issue in #199. @NagRock please have a look at my first PR to ts-mockito 😀
@soleares solution currently only works withs images and its intrinsic content size. Therefore the button is always the size of the image. Which is fine for non vector images. But...
Sorry @claire-lynch-okcupid I don't know what was the outcome of this. Unfortunately I did not work with StencilKit lately.