Dmitrii Korostelev
Dmitrii Korostelev
@maxokorokov Hello! Can you review my PR?
@maxokorokov Hi! Thanks for answering;) I get your point, but 1. `[attr.aria-disabled]': 'readonly ? true : null`. I think, It's strange behaviour. What about `aria-readonly` attribute? As I understand -...
@maxokorokov I don't understand you;)
@AndreMaz Thank you for the explanation. It took me a few hours to figure out that this is a Redis failure so I decided to open this issue;) I thought...
@AndreMaz Unfortunately, transporter sends all chunks to Redis one by one. In this case, nothing changes. I've added the example to the [repo](https://github.com/FFKL/moleculer-redis-freeze/blob/master/stream-example.js). I think, `requestTimeout` is not the same...
@icebob This is often helpful because `null` and `undefined` is not the same :) Especially when you use typescript with strict null checking. Or if you don't want unexpected `null`...
@erfanium No, It isn't working;) I I don't think this case is about complicating the validator. Sometimes I want `null` in my object for certain keys, sometimes I don't so...
@icebob As far as I know, nobody works on it. I have a similar custom rule in my project and I think I can implement it here.