Konstantin Burkalev
Konstantin Burkalev
My updated proposal for a check: ``` local arg = args[i] if type(arg) ~= "string" then if type(arg) == "number" and arg == math.floor(arg) then arg = string.format("%.0f",arg) else arg...
Well, not a bad idea. I’ll think of it. Thanks for proposal! Всего наилучшего! Константин Буркалев > 30 авг. 2018 г., в 11:59, Zaar Hai написал(а): > > In Wiola,...
Hi! Well, dynamic auth is supported. There are such callbacks in wiola configuration, so you can implement your own business logic Again, i’m on vacation with very poor internet connection,...
Hi @haizaar again! :) Well, answer for your question is 'yes' and 'no' :) I'll try to explain: authorization as you mean is not supported. But you can use combination...
Sorry for late answer. No, unfortunately right now this is not supported. May be later... I'll mark it as new feature.
Seems that current tests don't break for sequelize v6 :) that's great!
Hi @kinsi55 ! First of all, thanks for contributing! I think it's a good feature! Well, there are a few little bits to make this PR better: - Will be...
I don't think it's gonna take long! ;) Just a simple example with a few common options + 1 test, that checks that options are propagated to models ;)
Well, it's possible to use both: sequelize and waterline models at the same time. I don't think it's a good idea to store sequelize configuration in `sails.config.models` as it is...
Hi @Damienmarble! Hmm... Interesting feature. I personally don't see use cases for this. But if someone decides to implement it without breaking major API — I'll gladly merge his PR...