MJ Kim

Results 5 comments of MJ Kim

@sublee https://github.com/sublee/profiling/tree/eventloop-aware this asyncio feature is merged to this repo master branch, right? I'm confused cause I think it's working well now with asyncio.

@sublee I think so. I thought it’s merged already because there’s ‘asyncio.py’ in ‘profiling/remote’ folder. I might be wrong.

@udnisap Thanks! this solved my issue

I think found the problem. ``` function calcPosition(){ vPos = fixedVPos ? o.position[1] : Math.max(0, ((wH- $popup.outerHeight(true)) / 2) - o.amsl) , hPos = fixedHPos ? o.position[0] : (wW -...

add these two lines in the open function. before the "doTransition(true);" calcPosition(); $popup.css({'top': o.transition == 'slideDown' || o.transition == 'slideUp' ? (o.transition == 'slideUp' ? d.scrollTop() + wH : vPos...