Eugen Martynov

Results 159 comments of Eugen Martynov

I just run recently to the point one - added methods in the component builder for object modules.

Could it be a git issue? Mac bundles some outdated version and, I assume, people on Linux are updating git constantly.

@terrakok what is ETA for the new plans? Asking before own implementation.

Cool, just adding this to our project: ``` if (fragment is BottomSheetDialogFragment) { fragment.show(fragmentManager, screen.screenKey) } else { showFragment(fragment, type, screen, addToBackStack) } ``` Also need to check how will...

Unfortunately, I failed since BottomSheetDialogFragment never will get in the back stack of the manager. I made a wrapper fragment that shows BSD and closes itself when BSD is fully...

I'm not an expert in JS. I plan to look into https://github.com/alexjlockwood/avocado/blob/master/src/plugins/convertPathData.ts and play with precision. If it works I will try to make it as an option.

Thanks, I found the same solution and it is acceptable for our case.

Sure thing we are doing something weird. But is there way of having default animation after some period of time or event?

Hi @wasabeef! The question was if I can remove it? Maybe if I find a solution for my requirement: I need to use different animation for first two cells After...