Alexandr Andreev

Results 4 comments of Alexandr Andreev

> Similar to https://effector.now.sh/en/recipes/migrating-to-effector/from-redux Page not found

1. [FXDD](https://www.fxdd.com) 2. ![fxdd](https://user-images.githubusercontent.com/67061/128215962-2bcfc224-d086-4096-8049-fd60b398146f.png) 3. Всё что связано в Forex: бэкофис, торговые платформы, клиентский портал. Где-то сначала проекта используется, в каких-то проектах в стадии перехода.

@Bartuz, Solution 2 does not seem preferable: #80 if we about _initialize_ method It needs to be refactored. ``` Ruby def initialize(*args) ... end ```

@timothyerwin in my case parentheses are wipe out. But i changed fn to: ```scss @function rgb($args...) { @return #{'rgb('}#{$args}#{')'}; } ```