anonym24

Results 71 comments of anonym24

@ChatWave I always used existing user to login, so no, it's not the case if it's existing user or a new one (after registration)

I can open menu only programmatically because everything is gone within my controller view and top bar: if let drawerController = navigationController?.parent as? KYDrawerController { drawerController.setDrawerState(.opened, animated: true) } ![Screenshot...

it's not supposed to be this way

it only works with smooth parameter set to true, but it could result in bad user exepirence if someone changes position form 3 to 125, so in this case I...

solved this by setting temporarily page transformer to null before setCurrentItem for big distances between position and then again set needed page transformer: ``` try { mPager.setPageTransformer(true, new TransformerItem(ZoomOutSlideTransformer.class).clazz.newInstance()); }...

@dougouk not necessarily 50% you could do something wrong 50% MediaRecord is just buggy: https://stackoverflow.com/questions/51332386/mediarecorder-and-videosource-surface-stop-failed-1007-a-serious-android-bug

or how can I get next output to parse manually? ``` fmpeg -i input.mkv ffmpeg version ... Copyright (c) 2000-2012 the FFmpeg developers Input #0, matroska,webm, from 'input.mkv': Duration: 01:39:44.02,...

or how even execute next simple function `ffmpeg --version` and get output?

just try to use native `run `method directly (you will need to edit library and make `run `method public)

On Windows: ``` C:\projects\Kitti\KittiBox\submodules\utils>python setup.py build_ext --inplace Compiling pytestclass.pyx because it changed. Compiling _test.pyx because it changed. [1/2] Cythonizing _test.pyx [2/2] Cythonizing pytestclass.pyx running build_ext building 'utils.pytestclass' extension error: Unable...