Yongqi Wang

Results 6 issues of Yongqi Wang

### 对应功能 - 在Safari中,直播赛事无法自定义顶栏。 - 全屏播放顶栏仍然悬浮于直播视频之上。 - 插件在Macaque Manager中安装。 正常主页或视频: ![Screen Shot 2022-08-07 at 5 14 31 PM](https://user-images.githubusercontent.com/27303600/183298403-4b09706b-189a-48a0-9080-7eac3e364832.png) 赛事直播: ![Screen Shot 2022-08-07 at 5 25 55 PM](https://user-images.githubusercontent.com/27303600/183298405-35ee2105-1f0c-4765-82e4-36814ab01908.png) 安装的组件: ![Screen Shot...

b站直播间弹幕一段时间(~ 20-30 min)后消失 重现点开直播会弹幕重新加载 但之后同样还是会消失 macOS 12.4 mac mini m1 ```log AppDelegate.swift[36], applicationDidFinishLaunching(_:): App did finish launch AppDelegate.swift[39], applicationDidFinishLaunching(_:): App Version 0.6.8 (Build 22051413) AppDelegate.swift[40], applicationDidFinishLaunching(_:): macOS Version 12.4 (Build...

Right now, there are some problems with testing 1. A lot of the test file path are fixed, either for Linux or Windows, need to account for both with relative...

need refactoring

1. 想问一下advection在LBM是怎么实现的, 有点看不懂, 是这两行嘛 https://github.com/hietwll/LBM_Taichi/blob/b2d758a5d14ebcf3a59ad0b11b12bcbfd1c11187/lbm_solver.py#L77 https://github.com/hietwll/LBM_Taichi/blob/b2d758a5d14ebcf3a59ad0b11b12bcbfd1c11187/lbm_solver.py#L77 2. 想问下为什么我试着diffusion 结果不是很理想,感觉边界的rho(density) 很奇怪 代码:https://github.com/wyq977/LBM_Taichi/tree/test-diffusion **中间圆圈** ![](https://raw.githubusercontent.com/wyq977/LBM_Taichi/test-diffusion/data/circle.gif) **中间正方形** ![](https://raw.githubusercontent.com/wyq977/LBM_Taichi/test-diffusion/data/sqaure.gif) 谢谢🙏

Hi, I am wondering why there are two parameters for nearest neighbours in weight matrix calculation. https://github.com/StatBiomed/SpatialDM/blob/aa1762496437a45787314a27e88313bdec6287c0/spatialdm/main.py#L34 It seems to me that there is no need for both or am...

Hi I found out there's a bug in spatialdm_global https://github.com/StatBiomed/SpatialDM/blob/aa1762496437a45787314a27e88313bdec6287c0/spatialdm/main.py#L155 For example, if there are 400 lr pairs after `extract_lr`, one select 10 pairs for computation. User cannot specify specified_ind...