hpsoar
hpsoar
find out how to workaround this. I need to create the UIImageView with an initial size, event though it will be applied with autolayout.
in LoadingController, use absoluteURL - (void)actionTapped { SharingController *sharingController = [[SharingController alloc] initWithURL:[source URL].absoluteURL title:[self sourceTitle] fromController:self]; [sharingController showFromBarButtonItem:actionItem]; [sharingController release]; }
> 呃...刚刚又试了下,确定是没连代理,也没开VPN,但还是有这个 error > > ``` > sessionTaskFailed(error: Error Domain=NSURLErrorDomain Code=-1200 "发生了SSL错误,无法建立与该服务器的安全连接。" UserInfo={NSErrorFailingURLStringKey=https://redive.estertion.win/last_version_jp.json, NSLocalizedRecoverySuggestion=您仍要连接此服务器吗?, _kCFStreamErrorDomainKey=3, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask ., _NSURLErrorRelatedURLSessionTaskErrorKey=( > "LocalDataTask ." > ), NSLocalizedDescription=发生了SSL错误,无法建立与该服务器的安全连接。, NSErrorFailingURLKey=https://redive.estertion.win/last_version_jp.json, NSUnderlyingError=0x2811bd8c0 {Error Domain=kCFErrorDomainCFNetwork Code=-1200 "(null)"...
Can't get it work on Safari, too! ``` html.SpeechRecognition? _webSpeech; start() { print('start'); _webSpeech = html.SpeechRecognition(); _webSpeech!.onError.listen((error) => _onError(error)); _webSpeech!.onStart.listen((startEvent) => _onSpeechStart(startEvent)); _webSpeech!.onSpeechStart .listen((startEvent) => _onSpeechStart(startEvent)); _webSpeech!.onEnd.listen((endEvent) => _onSpeechEnd(endEvent)); //...
master分支启动后不能点击的问题,我也遇到了,解决方案参考:https://github.com/Tencent/Hippy/issues/3176 ``` example 的 hippy-react-demo 项目下,执行 web:dev 和 web:build 编译运行的时候,在 Chrome 浏览器打开页面点击组件不能触发 onClick 事件,但是 F12 进入开发者模式 => 选择移动端浏览器,点击的时候就能触发 onClick 事件; 同时,执行 serve 和 build 构建后的时候都可以触发 onClick ``` SceneBuilder报错的问题:目前3.x对web端支持还未适配。SceneBuilder在web端未实现。
鸿蒙支持预计什么时候能落地?
可以用的,二维码生成后保存图片再扫描,示例里面用ascii打印我这是扫不成功的。
can you just pass through the `model_extra` in `ChatCompletionMessage`? the implementation of `convert_dict_to_message` is not extensible.
found a workaround: rewrite the `_create_chat_result` and `convert_dict_to_message`