TJC
TJC
Thanks! Ya I might give this a shot.
I think I am having a similar issue where I want to have a set height on creation, but it is setting the height to auto. Once a resize happens,...
I +1 this feature. We have a very similar requirement in our system where the same model in a given single page application might need different validations depending on where...
@platinumazure we thought about that but for our case (which might be very specific to us) we had to determine the configuration from outside of the model. We have some...
I am wondering if it possible to pass in your validation sets optionally instead of always pulling them from the model itself? When you are calling preValidate, isValid or validate,...
I have done this in the past. Don't bind directly to the view but use the mixin on the model instead.
Yep, you can just have your view listenTo the validated events on the model, then wire up your UI interactions that way. We ended up need something a little bit...
I have a project where I need to do something similar. I haven't verified this but I am going to try just using Validation mix-in and then write some glue...
We have also figured out our own parameter parsing but it would be nice if it was done for us.
> KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1 > KAFKA_CONFLUENT_BALANCER_TOPIC_REPLICATION_FACTOR: 1 > KAFKA_CLUSTER_LINK_METADATA_TOPIC_REPLICATION_FACTOR: 1 > KAFKA_CONFLUENT_CLUSTER_LINK_METADATA_TOPIC_REPLICATION_FACTOR: 1 > KAFKA_CONFLUENT_DURABILITY_TOPIC_REPLICATION_FACTOR: 1 > KAFKA_CONFLUENT_TIER_METADATA_REPLICATION_FACTOR: 1 > KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1 > KAFKA_CONFLUENT_LICENSE_TOPIC_REPLICATION_FACTOR: 1 I can confirm this seemed to...