Sun Maung Oo

Results 8 comments of Sun Maung Oo

The problem is not fix in the newest source code. I have add the stop button and open button to the example code given in the project. `private String mURL="file://mnt/sdcard/Movies/a.mkv";`...

It doesn't crash but the video is not playing although the audio is working. 1) I play the same video 2) It is the same .mkv file When I exit...

@rockcarry The problem still exist in latest version. I found a way to reproduce a crash. 1. Open the video file 2. Click home button (when the video is playing)...

@DAKSHSEMWAL In formatInput.py , you have to write the file with write-byte flag like the code below ``` with open("data", 'wb') as f: f.write(pickle.dumps(data.values())) ``` In train.py , you have...

@sockeqwe any update on the fix? I also got the same problem using AndroidX with version 3.1.1

@sockeqwe Just for your information , the solution provided by ValeriusGC which is changing it to ReplaySubject fix the problem. I don't know what effect it will have on other...

I seem that I been lucky for a long time . Basically I used a loader to automatically update data on drag sort list view and I forgot to call...

It seem Smocks cannot handle "**ref**" in the parameter. After I change the method signature to `public static ObservableCollection Foo(string name,List parameters, out System.Exception exception)` , it is now working...