Sergii Kliuchnyk

Results 196 comments of Sergii Kliuchnyk

@ANScorp например @MaksymSu добавил кнопки добавления колонок и строк, при том что формула воспринимала значения из новых ячеек. Отлично, по моему. Человек сам для себя придумал интересную задачу и реализовал...

@Vasik404 нет, надо было предупреждать.

@Kharchenko-Petro я подумаю, найду время, выложу куда-то

Chinese comments, realy?... My lib has modules cache, just like node, it not watching if any cached file is changed.

How it would help? Also `@endFor` is not suitable to main pattern

@TongManhCong thanks! For me, edit flags was enough

@AvibhavChoudhary try this ```objective-c - (BOOL)application:(UIApplication *)application continueUserActivity:(nonnull NSUserActivity *)userActivity restorationHandler:(nonnull void (^)(NSArray * _Nullable))restorationHandler { BOOL handledCK = [RNCallKeep application:application continueUserActivity:userActivity restorationHandler:restorationHandler]; BOOL handledLM = [RCTLinkingManager application:application continueUserActivity:userActivity restorationHandler:restorationHandler];...

Problem not in DEST, problem in curl option `-LO` where `O` means `use original filename` and next to it option `-o` not overwrites it.

+1 for `coerceTypes: ['string', 'boolean', ...]` Almost every time I don't need coercion of `null`.