ryan

Results 9 comments of ryan

I test this, build(import) passed, with node 8.1.2 but failed with node 8.9.4, many errors both test at raspberry pi 3 - Stretch

@wswenyue 你好 请教wiki作为个人博客,其本身是公开编辑的啊

hi, is this pr still active?

请在 windows 构建代码中,自动添加相关dll文件 🙏🙏🙏 请尝试如此做 将 `windows/CMakeLists.txt` 中, ```cmake set(tencent_trtc_cloud_bundled_libraries "${CMAKE_CURRENT_SOURCE_DIR}/lib/txsoundtouch.dll" PARENT_SCOPE ) set(tencent_trtc_cloud_bundled_libraries "${CMAKE_CURRENT_SOURCE_DIR}/lib/txffmpeg.dll" PARENT_SCOPE ) set(tencent_trtc_cloud_bundled_libraries "${CMAKE_CURRENT_SOURCE_DIR}/lib/liteav.dll" PARENT_SCOPE ) ``` > 上述代码仅重复定义tencent_trtc_cloud_bundled_libraries参数 改为 ```cmake set(tencent_trtc_cloud_bundled_libraries "${CMAKE_CURRENT_SOURCE_DIR}/lib/txsoundtouch.dll;${CMAKE_CURRENT_SOURCE_DIR}/lib/txffmpeg.dll;${CMAKE_CURRENT_SOURCE_DIR}/lib/liteav.dll" PARENT_SCOPE )...

this do the same in Marlin fast io for 2560 https://github.com/MarlinFirmware/Marlin/blob/1.1.x/Marlin/fastio.h https://github.com/MarlinFirmware/Marlin/blob/1.1.x/Marlin/fastio_1280.h

In our test, there's no different between `import 'package:http/http.dart' as httpClient;` or ` RouterApiClient({http.Client httpClient}) : _httpClient = httpClient ?? http.Client();`, when we post to mush post http request at...

exactly, siofu have this feature already // but only in server side at doc, we can cancel(abort) the upload with `instance.abort(id, socket)` Sadly, tha'st a bit hard to used (if...