Dmitry
Dmitry
Thanks for the explanation. I just decided to transfer one of my projects to CK to get away from compilation through the Terminal and ran into this. Your position is...
I'm using the last version of ADTransitionController, but I do not use ADTransitioningViewController. I setup ADTransitioningDelegate in UITabBarControllerDelegate protocol: ``` - (id)tabBarController:(UITabBarController *)tabBarController animationControllerForTransitionFromViewController:(UIViewController *)fromVC toViewController:(UIViewController *)toVC { if (_animationDelegate...
> However, in some cases, that fusion is wanted! I would suggest moving away from any implicit effect. The intention to add an argument to existing ones must be explicit...
Maybe solved with #1097?
I added an option to control `unsaved changes` after language switching. Also found a way to avoid a few __hacks__ and use the standard WP API. I will implement these...
Implemented a converter from the `classic blocks` to __Gutenberg__ blocks. The converter is quite simple and processes only `headings`, `paragraphs` and `shortcodes`. In my opinion this is what is needed...
I didn't understand. What does not work? Was the post created? Or do the switches do not work? Do you see buttons for the language switcher in sidebar?
Of course, any project has its own specificity. First, I suggest add version to `package.json` - this is already the norm. Further, my offer was to find out the version...
Well, I understand your position. Unfortunately, for the composer, I do not know a simple and reliable solution for storing version. And what decision to choose is just you decide,...
> So it's really the phar that's the issue (Since you have to commit the version inside it) Who creates the phar? Why not combine it in one script -...