Elvis Chiang

Results 6 comments of Elvis Chiang

@ThomasFindlay use [patch-package](https://github.com/ds300/patch-package/issues) to do the dirty thing

不過中文輸入有問題,不知道怎解決 XD

啊,不對 我想歪了 https://github.com/clyang/Go-UnixSocket2WebSocket/blob/a496560930c6e25ac7b70814946259b6c7196c88/main.go#L76 ```go c, _, err := dialer.Dial(*ws_url, http.Header{"Origin": {"app://welly"}}) ``` 修改成 ```go c, _, err := dialer.Dial(*ws_url, http.Header{"Origin": {"https://term.gamer.com.tw"}}) ``` 重 compile usock2wsock 然後替換掉就好了

Some off-topic information. "Hant" is for Traditional Chinese (TC) and "Hans" is for Simplified Chinese (SC). People in China(CN) don't use Hant. If you are providing app for both TC...

try to add React as dependencies remove unused libraries if necessary ```ruby rn_path = '../node_modules/react-native' target 'projectname' do # Uncomment the next line if you're using Swift or would like...