Asaf Shakarzy
Asaf Shakarzy
Hey, I have a web site that requires both support for RTL/LTR, If possible, can anyone give some guides how to flip dynamically between the two ? Thanks.
@afattahi54 So I guess the answer is, if rtl.css is loaded, I can't switch back to LTR, right?
Thanks guys, I just wanted to ensure that while the rtl css loaded there's no way to revert back to LTR, @willi1s Nice trick with the ng-if, Shame on Ember.js...
What exactly are you trying to achieve ? If you need pills that changes routes then you probably should take a look at: http://localhost:9000/#/show_components/tabs-with-routes
I really suggest you all to use the [List](http://http://indexiatech.github.io/ember-components/#/component/component.list/simple) component I will also planning to release it as an ember addon today. Thanks.
@steakchaser Ehmm, I don't think it's a good idea because the items are usually defined in controller and putting html tags in controller is wrong, Maybe we can extend it...
@wankdanker yea well, it's easy with JS, I was looking for something that is JSON driven
Sorry for some reason I didn't get a notification for this ticket, Validate takes no arguments at all, Just follow one of the unit test examples, here: https://github.com/asaf/nodejs-model/blob/master/test/test-custom_validators.coffee#L25 If it...
Hey, maybe this is what you are looking for: https://github.com/team23/pydantic-partial/blob/main/pydantic_partial/partial.py#L22
@coulbeck out of the context of this issue, what's the state of the v2 client library ? is it going to be public under the same license, and if so,...