Ilya Medzhidov
Ilya Medzhidov
Yii2 don't give send record to database, because in database this field is required. You do the same in simple record creation outside of relations, but why you don't want...
So, how about this pull request?
I found a solution, you need just change disabling logic, instead of removing nodes just skipping them in animation, works fine: https://github.com/Jexordexan/vue-slicksort/pull/170
Nevermind, this is a bad solution
Maybe deletion of yarn.lock is a bad idea for your project, but if you try to clone your current master now and start `yarn serve` (after clean `yarn install` of...
@Leecason, okay, will do it in a free time, but help me with yarn trouble: does all works correctly if you clone your project and start yarn install -> yarn...
Unfortunately i have no time in near future. Make PR for each improvement it is a lot of bureaucracy work. In this PR all features divided primarily by commits, so...
This will fixed by a simple update: ```typescript const lastBlock = this.Editor.BlockManager.getBlockByIndex(-1); let isClickedBottom; if (!lastBlock) { isClickedBottom = true; } else { const lastBlockBottomCoord = $.offset(lastBlock.holder).bottom; const clickedCoord =...
I think you should write in doc about ignoring binding.gyp. I have researched the whole internet to find out why deps is installed incorrectly, but I found here that it...
The same problem, anybody found the solution?