tuduweb
tuduweb
You mean the red scene didn't disappear after transition time?
does this issue need to fix (or enhance)? i'd like to do some work for this issue. @gxalpha
Could you please record and upload a reproduce video. Thanks.
I can reproduce it in obs27/28.
> 问题主要有三个: > > 1. npm有新的模块需要重新编译native module > 2. nw在linux下面对menu的处理有部分逻辑是不完善的,需要patch > 3. nwjs和node需要更新版本 > > 1比较容易解决,重新编译就可以,但是先要解决3。3的话,看一下win或者mac版本的具体nwjs和node版本号就可以。2需要深入nwjs,单在其他的issue里面可以找到解决方案 > > 编辑器和调试器不显示的问题是因为1,但是解决了1,你会发现2,而且再启不能 现在能解决了吗…
wow, it's really efficient to fix this issue and seems to work fine.
`rt-thread`主分支太大了,`bsp`目录占用了太多的空间,每次在action里面checkout都需要花费大量的时间,如上图每次checkout都要半分钟多,这部分看起来不是用缓存好去解决的。
> > `rt-thread`主分支太大了,`bsp`目录占用了太多的空间,每次在action里面checkout都需要花费大量的时间,如上图每次checkout都要半分钟多,这部分看起来不是用缓存好去解决的。 > > 有什么好的想法和建议么?你觉得怎样做会比较好? 要不 按工具链等要求 执行对应的一系列的bsp检测。也就是在一个机器里检测N次build。 要不就是拆单个bsp出去了,不过这个可能不太现实。
This situation is caused by `obs_properties_add_path` arg5 `default_path`. When this argument is not `NULL` like in LUT, the path dialog will always show `default_path` or `s->file` after that property UI...
I guess you should simplify the PR and only keep the latest commit. just `git reset --soft f065f20` to the basic version, commit the changed again and then `git push...