simonwu-os
simonwu-os
期待weex 2.0早日开源。使用weex已经超过5年了,目前还是使用weex 0.28的版本。去年vue2.7发布,自己把weex升级到vue2.7上,目前可以完全使用vue2.7上的 composite api相关的接口。其实工作量还好,估计就是weex开发组没打算去做这一块。集成到vue2.7之后,我们开发weex新功能全部采用ts来开发了。
> > 期待weex 2.0早日开源。使用weex已经超过5年了,目前还是使用weex 0.28的版本。去年vue2.7发布,自己把weex升级到vue2.7上,目前可以完全使用vue2.7上的 composite api相关的接口。其实工作量还好,估计就是weex开发组没打算去做这一块。集成到vue2.7之后,我们开发weex新功能全部采用ts来开发了。 > > uniapp都已经把weex适配到vue3.x版本了 嗯嗯,其实vue2.7和vue3.x开发页面和组件差别不大了,接口基本一致了。因为先前一直使用weex版本,没有考虑过迁移到uniapp中,所以还是自己去升级到vue2.7。还是希望weex 2.0尽快出来。
> 看了PPT分享,还是没说什么时候能开源哈哈 应该快了,底层全面拥抱c++,这个不错。我们利用weex来开发app,底层数据库和服务器网络连接全部在c++层完成,上层业务不需要考虑太多安全方面的东西。网络连接加密和校验都在c++层框架来实现,对业务层来说完全透明。
什么时候支持? 目前遇到加载多个视频,每个视频的圆环进度条想用 canvas来做? 发现超过两个就不正常了.
There is a bug for indent. Because the substream doesn't set idention with stream's idention. In my fork https://github.com/simonwu-os/json-iterator-go/tree/owned, I fixed it. You can try to use "github.com/simonwu-os/json-iterator-go v1.1.5 "...
ERROR: --noenable_bzlmod :: Unrecognized option: --noenable_bzlmod. The cause is the version of bazel is too old. vim ~/.bazeliskrc USE_BAZEL_VERSION=7.1.2 using the latest vesion. the error is gone.
I encouter this problem today. And at last I fixed this problem by changing nginx config to enlarge keepalive timeout. keepalive_timeout = 100; send_timeout 100;
I encountered a similar issue. Initially, I suspected it was related to the replicas=3 configuration for the NATS key-value (KV) store. However, even after rebuilding the cluster and setting replicas=1,...
After the data-store node was shut down, several pods originally running on it were automatically rescheduled to the dify-app node. When the data-store node is rebooted, the dify-app node correctly...