Dmitry Zherebko

Results 8 issues of Dmitry Zherebko

Hi, it would be cool to have option to generate typings for reshadow css files using this module https://github.com/Quramy/typed-css-modules. it will improve development experience and will reduce problem with missing...

I have idea how to improve adoption and DX and I think using css prop instead of styled function should improve that quite a lot. Here are few examples ```...

I'm trying to run goose as lib for several services, and I want to run several migrations from code. Still, the issue is that we can't achieve this because multiple...

Do you plan to add support for nodes clustering ?

1) add typescript support 2) upgrade to new react (use forward ref) 3) refactor code (remove textarelazy and datepickerru components) 4) switch datepicker options from values array to jsx ?...

Hi, in our app we have migrations in different structure like this 12321_folder/{up.sql, down.sql} and current approach doesn't really work for us. Current change is kind of breaking change but...