David Zhuang

Results 11 issues of David Zhuang

### Welcome - [X] Yes, I'm using a binary release within 2 latest releases. - [X] Yes, I've searched similar issues on GitHub and didn't find any. - [X] Yes,...

enhancement

Hi, Thanks for writing this module. I am a little bit confused with `audioSegmentation.py` about getting raw segment data(i.e., stuffs like ``` 0.01,9.90,speech 9.90,10.70,silence 10.70,23.50,speech ``` ) from the audio...

### Summary _Replacing #126 _ `mubeng` does not support HTTPS proxy as source - an error message `[FTL] Error! no proxy file provided.` pops up when trying to provide proxies...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I want to use HTTPS proxy as source. **Describe the solution you'd like** Give HTTPS proxy...

Status: On Hold

I need to rewrite this project's core logic with the new Graph API as the current SDK is deprecated. I will probably need - Office 365 account so I can...

现在的全屏是网页全屏。 关于真正全屏,我做了下尝试: ``` function launchFullscreen(element) { if(element.requestFullscreen) { element.requestFullscreen(); } else if(element.mozRequestFullScreen) { element.mozRequestFullScreen(); } else if(element.webkitRequestFullscreen) { element.webkitRequestFullscreen(); } else if(element.msRequestFullscreen) { element.msRequestFullscreen(); } } function exitFullscreen() { if(document.exitFullscreen)...

Hi there, 我试着部署了一下这套源码。但是有点问题: 1. 我设置了oauth2,但是登陆后没有设置cookie,还是没有登陆? 2. 把游客为admin打开。 添加任务时,提示验证码错误,无论如何刷新都提示错误。 历史上好像添加任务成功过1次,然后就无限失败了。 这是为什么呢。。。。。。

``` >>> for k,v in enumerate(subs): ... print(v.text) ... blahblah blahblah blahblah ... ```

Hey folks, Trying to get 13/30B model with 4 bit fine tuning - any chance you folk could release the script used to convert the 7B version of model to...

enhancement
help wanted

A new class shall provide better support across Python 2.x and 3.x when developer wants to inherit the class.