Han Gyoung-Su

Results 9 issues of Han Gyoung-Su

add tgbotapi prefix.

### Description of Changes Closes # --- ### New Version Info #### Author's Instructions - [x] Derive a new `MAJOR.MINOR.PATCH` version number. Increment the: - `MAJOR` version when you make...

First, I appreciate you reason why I got your help about my project. I am going to implementation webrtc-h264capturer with Audio. I additionally am going to implementation following code. ```...

I noticed that original ffmpeg compile options has unnessasary ffmpeg elements. you just write following options. ``` --disable-doc --enable-small --disable-avdevice --disable-swscale --disable-avfilter --disable-swresample --disable-postproc --disable-everything --disable-debug --enable-decoder=h264 --disable-programs --enable-protocol=file --enable-parser=h264...

The following code ``` package main import ( "image" "github.com/disintegration/imaging" ) func Test() { yStride := 288 cStride := 144 width := 288 height := 147 im := &image.YCbCr{ Y:...

I propose that we change from using spaces to tabs in our Golang project, as per Golang's official formatting guidelines. This will increase consistency, improve readability, and simplify code reviews....

I've built as manual follow https://github.com/EricssonResearch/openwebrtc/wiki/Building-OpenWebRTC for linux target. ![image](https://user-images.githubusercontent.com/3623889/30769405-827a8df8-a052-11e7-929c-94ba5d760993.png) I still have problem with above errors, also I've installed tempermonkey. ![image](https://user-images.githubusercontent.com/3623889/30769416-b4333886-a052-11e7-931c-9f508e88300c.png) ``` var script = document.createElement("script"); script.src = "http://localhost:10717/owr.js";...