Hasan Özbey

Results 12 comments of Hasan Özbey

> > > FYI, I have incorporated @wparad's [jeremyckahn/shifty#115](https://github.com/jeremyckahn/shifty/pull/115) fix into the latest [v.2.9.0](https://github.com/jeremyckahn/shifty/releases/tag/v2.9.0) release. > > Thank you @wparad! Now I'm having the `stop() executed while tween isPlaying.` error....

> Just to get some clarity on the previous two comments, were they directed at @kimmobrunfeldt or myself? Mine was directed to progressbar.js so it's @kimmobrunfeldt

So flabbergasted that you've opened this issue like 3 minutes ago as I'm struggling with this right now 😆 . What happens when you add `->eagerLoadRelations()` to that column definition?...

Maybe we've the same mistake in our code, I don't know. The only workaround I can think of is using additional selects, but things get messy when you have too...

I figured it out two hours later... Here are sample models: ```php class Company extends Model { public function employee() { return $this->hasMany(Employee::class, 'employee_id'); } } class Employee extends Model...

I can't reproduce this on the discuss Edit: See that now on Chrome

It turns out the selection start varies between browsers. When you select that last line on Chrome, the range gets undesired common ancestor (the entire post stream rather than the...

thank god there's an issue for this! I've been struggling 2 hours straight. I had to add these lines to solve duplicated caret icons issue when using lite theme with...